Prado\Data\SqlMap\Configuration\TSqlMapXmlMappingConfiguration::loadInsertTag PHP Метод

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

Load insert statement from xml mapping.
protected loadInsertTag ( $node )
    protected function loadInsertTag($node)
    {
        $insert = $this->createInsertStatement($node);
        $this->processSqlStatement($insert, $node);
        $mappedStatement = new TInsertMappedStatement($this->_manager, $insert);
        $this->_manager->addMappedStatement($mappedStatement);
    }