Home
last modified time | relevance | path

Searched refs:ATTR_DEFAULT_IDENTIFIER_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/Ticket/
H A D753TestCase.php40 $origIdOptions = $this->conn->getAttribute(Doctrine_Core::ATTR_DEFAULT_IDENTIFIER_OPTIONS);
41 …$this->conn->setAttribute(Doctrine_Core::ATTR_DEFAULT_IDENTIFIER_OPTIONS, array('name' => '%s_id',…
52 $this->conn->setAttribute(Doctrine_Core::ATTR_DEFAULT_IDENTIFIER_OPTIONS, $origIdOptions);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DManager.php158 Doctrine_Core::ATTR_DEFAULT_IDENTIFIER_OPTIONS => array(),
H A DCore.php202 const ATTR_DEFAULT_IDENTIFIER_OPTIONS = 169; define in Doctrine_Core
H A DTable.php452 … $identifierOptions = $this->getAttribute(Doctrine_Core::ATTR_DEFAULT_IDENTIFIER_OPTIONS);