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

__construct() защищенный Метод

Create a new proxy list that will execute the mapped statement when any of the list's method are accessed for the first time.
protected __construct ( $mappedStatement, $param, $target, $propertyName )
    protected function __construct($mappedStatement, $param, $target, $propertyName)
    {
        $this->_param = $param;
        $this->_target = $target;
        $this->_statement = $mappedStatement;
        $this->_connection = $mappedStatement->getManager()->getDbConnection();
        $this->_propertyName = $propertyName;
    }