Pheasant\Query\QueryIterator::before PHP Méthode

before() public méthode

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;
    }