Home
last modified time | relevance | path

Searched refs:_hydrators (Results 1 – 2 of 2) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DHydrator.php41 $_hydrators,
48 $this->_hydrators = Doctrine_Manager::getInstance()->getHydrators();
105 if ( ! isset($this->_hydrators[$mode])) {
109 return $this->_hydrators[$mode];
H A DManager.php70 protected $_hydrators = array( variable in Doctrine_Manager
792 $this->_hydrators[$name] = $class;
802 return $this->_hydrators;