Prado\Data\SqlMap\Configuration\TParameterMap::insertProperty PHP Метод

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

public insertProperty ( $index, TParameterProperty $property )
$property TParameterProperty
    public function insertProperty($index, TParameterProperty $property)
    {
        $this->_propertyMap->add($property->getProperty(), $property);
        $this->_properties->insertAt($index, $property);
    }