Prado\Data\SqlMap\Configuration\TParameterMap::__construct PHP Method

__construct() public method

Initialize the properties and property map collections.
public __construct ( )
    public function __construct()
    {
        $this->_properties = new TList();
        $this->_propertyMap = new TMap();
    }