Prado\Data\SqlMap\DataMapper\TLazyLoadList::intercept PHP Метод

intercept() публичный Метод

Relay the method call to the underlying collection.
public intercept ( $method, $arguments )
    public function intercept($method, $arguments)
    {
        return call_user_func_array(array($this->_innerList, $method), $arguments);
    }