__construct() public method

public __construct ( $href = null, $client = null )
示例#1
0
 public function __construct($href = null, $client = null)
 {
     parent::__construct($href, $client);
     $this->_values = array();
     $this->_unsavedKeys = array();
     $this->_errors = new Recurly_ErrorList();
 }
示例#2
0
 function __construct($objectType, $href, $client = null)
 {
     parent::__construct($href, $client);
     $this->objectType = $objectType;
 }