• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

podio-community / podio-php / 5883458979

16 Aug 2023 08:19PM UTC coverage: 47.564% (-5.9%) from 53.497%
5883458979

Pull #242

github

web-flow
Merge 89cf31048 into 51d68f28d
Pull Request #242: More fixes

181 of 181 new or added lines in 43 files covered. (100.0%)

996 of 2094 relevant lines covered (47.56%)

33.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/models/PodioCalendarMute.php
1
<?php
2
/**
3
 * @see https://developers.podio.com/doc/calendar
4
 */
5
class PodioCalendarMute extends PodioObject
6
{
7
    public function __construct($attributes = array())
8
    {
9
        parent::__construct();
×
10
        $this->property('id', 'integer');
×
11
        $this->property('type', 'string');
×
12
        $this->property('title', 'string');
×
13
        $this->property('data', 'hash');
×
14
        $this->property('item', 'boolean');
×
15
        $this->property('status', 'boolean');
×
16
        $this->property('task', 'boolean');
×
17

18
        $this->init($attributes);
×
19
    }
20

21
    /**
22
     * @see https://developers.podio.com/doc/calendar/get-mutes-in-global-calendar-62730
23
     */
24
    public static function get_all(PodioClient $podio_client)
25
    {
26
        return self::listing($podio_client->get("/calendar/mute/"));
×
27
    }
28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc