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

podio-community / podio-php / 5637864101

pending completion
5637864101

Pull #233

github

web-flow
Merge 849f27443 into b5bb41606
Pull Request #233: fix: make podio_client first parameter of functions

231 of 231 new or added lines in 64 files covered. (100.0%)

916 of 2104 relevant lines covered (43.54%)

24.12 hits per line

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

0.0
/models/PodioUserMail.php
1
<?php
2
/**
3
 * @see https://developers.podio.com/doc/users
4
 */
5
class PodioUserMail extends PodioObject
6
{
7
    public function __construct($attributes = array())
8
    {
9
        parent::__construct();
×
10
        $this->property('mail', 'string');
×
11
        $this->property('verified', 'boolean');
×
12
        $this->property('primary', 'boolean');
×
13
        $this->property('disabled', 'boolean');
×
14

15
        $this->init($attributes);
×
16
    }
17
}
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