__construct() public method

The constructor calls build method to build the schema information.
public __construct ( array $options = [] )
$options array
示例#1
0
 public function __construct($parentSchema, array $options = array())
 {
     $this->parentSchema = $parentSchema;
     parent::__construct($options);
 }