__construct() 공개 메소드

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;
 }