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

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

Constructor, create a new SqlMap manager.
public __construct ( $connection = null )
    public function __construct($connection = null)
    {
        $this->_connection = $connection;
        $this->_mappedStatements = new TMap();
        $this->_resultMaps = new TMap();
        $this->_parameterMaps = new TMap();
        $this->_cacheModels = new TMap();
    }