Pheasant\Query\QueryIterator::before PHP Method

before() public method

Add a callback to be called with the query before it's executed
public before ( $callback )
    public function before($callback)
    {
        $this->_before[] = $callback;
        return $this;
    }