__construct() public method

public __construct ( $href = null, $client = null )
コード例 #1
0
ファイル: resource.php プロジェクト: Airmal/Magento-Em
 public function __construct($href = null, $client = null)
 {
     parent::__construct($href, $client);
     $this->_values = array();
     $this->_unsavedKeys = array();
     $this->_errors = new Recurly_ErrorList();
 }
コード例 #2
0
ファイル: stub.php プロジェクト: recurly/recurly-client-php
 function __construct($objectType, $href, $client = null)
 {
     parent::__construct($href, $client);
     $this->objectType = $objectType;
 }