Pheasant\SchemaBuilder::__construct PHP Method

__construct() public method

public __construct ( $pheasant )
    public function __construct($pheasant)
    {
        $this->_pheasant = $pheasant;
        $this->_events = new Events(array(), $pheasant->events());
    }