コード例 #1
0
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->_spec['validators']['monthlyStaticIp'] = array('Money' => array('breakChainOnFailure' => true));
 }
コード例 #2
0
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->_spec['validators']['operationDiagnosisIcmp'] = array('Money' => array('breakChainOnFailure' => true));
 }