Expands any options from int=>key to key=>$default
상속: implements IteratorAggregate
예제 #1
0
파일: BaseType.php 프로젝트: lox/pheasant
 /**
  * Constructor
  */
 public function __construct($options = null)
 {
     $this->_options = Options::coerce($options);
 }