コード例 #1
0
 function __construct($options = array())
 {
     parent::__construct($options);
     $this->setIfExists('path', $options, 'setPath');
     $this->setIfExists('method', $options, 'setMethod');
     $this->setIfExists('params', $options, 'setParams');
 }
コード例 #2
0
 function __construct($options = array())
 {
     parent::__construct($options);
     $this->setIfExists('status', $options, 'setStatus');
 }