lazyrecord\schema\MixinDeclareSchema::__construct PHP Method

__construct() public method

public __construct ( $parentSchema, array $options = [] )
$options array
    public function __construct($parentSchema, array $options = array())
    {
        $this->parentSchema = $parentSchema;
        parent::__construct($options);
    }