Home
last modified time | relevance | path

Searched refs:Doctrine_Table (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/generator/
H A DsfDoctrineColumn.class.php62 * @var Doctrine_Table $table
84 * @param Doctrine_Table $table
86 public function __construct($name, Doctrine_Table $table)
319 * @return Doctrine_Table $table
334 * @param Doctrine_Table $table
337 public function setTable(Doctrine_Table $table)
345 * @return Doctrine_Table $table
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Relation/
H A DParser.php37 * @var Doctrine_Table $_table the table object this parser belongs to
54 * @param Doctrine_Table $table the table object this parser belongs to
56 public function __construct(Doctrine_Table $table)
64 * @return Doctrine_Table the table object this parser belongs to
339 * @param Doctrine_Table $table table object to retrieve identifiers from
341 public function getIdentifiers(Doctrine_Table $table)
361 * @param Doctrine_Table $foreignTable foreign table object
364 public function guessColumns(array $classes, Doctrine_Table $foreignTable)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Table/
H A DRepository.php52 * @param Doctrine_Table $table
54 public function __construct(Doctrine_Table $table)
62 * @return Doctrine_Table
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DTemplate.php65 * @var Doctrine_Table $table the table object this Template belongs to
67 public function setTable(Doctrine_Table $table)
75 * @return Doctrine_Table the associated table object
H A DTree.php53 public function __construct(Doctrine_Table $table, $options)
99 public static function factory(Doctrine_Table $table, $implName, $options = array())
H A DExport.php1290 * @param Doctrine_Table $table table object to retrieve the generators from
1293 public function getAllGenerators(Doctrine_Table $table)
1306 if ($generatorTable instanceof Doctrine_Table) {
1318 * @param Doctrine_Table $table the table in which the generators belong to
1321 public function exportGeneratorsSql(Doctrine_Table $table)
1329 if ($table instanceof Doctrine_Table) {
1376 public function exportTable(Doctrine_Table $table)
H A DConnection.php574 public function replace(Doctrine_Table $table, array $fields, array $keys)
614 public function delete(Doctrine_Table $table, array $identifier)
633 * @param Doctrine_Table $table The table to insert data into
638 public function update(Doctrine_Table $table, array $fields, array $identifier)
667 * @param Doctrine_Table $table The table to insert data into.
672 public function insert(Doctrine_Table $table, array $fields)
1119 * @return Doctrine_Table
1203 public function addTable(Doctrine_Table $table)
1594 public function modifyLimitSubquery(Doctrine_Table $rootTable, $query, $limit = false,
H A DIntegrityMapper.php122 * @param Doctrine_Table $table
129 …public function buildIntegrityRelations(Doctrine_Table $table, &$aliases, &$fields, &$indexes, &$c…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Record/
H A DGenerator.php136 * @param Doctrine_Table $table
139 public function initialize(Doctrine_Table $table)
276 * @param Doctrine_Table $table the table object that owns the plugin
279 public function buildForeignKeys(Doctrine_Table $table)
425 * @param Doctrine_Table $table
428 public function generateClassFromTable(Doctrine_Table $table)
H A DAbstract.php36 * @param Doctrine_Table $_table reference to associated Doctrine_Table instance
54 * @return Doctrine_Table the associated table object
201 * @see Doctrine_Table::$options availible options
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Query/
H A DCheck.php36 * @var Doctrine_Table $table Doctrine_Table object
49 * @param Doctrine_Table|string $table Doctrine_Table object
53 if ( ! ($table instanceof Doctrine_Table)) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/
H A DMssql.php202 * @param Doctrine_Table $table
207 public function modifyOrderByColumn(Doctrine_Table $table, $field, $term)
224 …public function modifyLimitSubquery(Doctrine_Table $rootTable, $query, $limit = false, $offset = f…
346 * @param Doctrine_Table $table The table to insert data into.
351 public function insert(Doctrine_Table $table, array $fields)
H A DPgsql.php200 * @param Doctrine_Table $table The table to insert data into.
205 public function insert(Doctrine_Table $table, array $fields)
H A DUnitOfWork.php288 * @param Doctrine_Table $table The table from which the records are going to be deleted.
301 * @param Doctrine_Table $table The table from which the records are going to be deleted.
668 if ( ! ($table instanceof Doctrine_Table)) {
802 private function _deleteCTIParents(Doctrine_Table $table, $record)
816 private function _insertCTIRecord(Doctrine_Table $table, Doctrine_Record $record)
844 private function _updateCTIRecord(Doctrine_Table $table, Doctrine_Record $record)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Collection/
H A DOffset.php42 * @param Doctrine_Table $table
44 public function __construct(Doctrine_Table $table)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/
H A DTableTestCase.php44 $table = new Doctrine_Table('Test', $this->conn);
51 $table = new Doctrine_Table('FieldNameTest', $this->conn);
112 $this->assertTrue($fk->getTable() instanceof Doctrine_Table);
119 $this->assertTrue($fk->getTable() instanceof Doctrine_Table);
127 $this->assertTrue($fk->getTable() instanceof Doctrine_Table);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Search/
H A DQuery.php37 * @var Doctrine_Table $_table the index table
52 * @param Doctrine_Table $_table the index table
59 if ( ! $table instanceof Doctrine_Table) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/model/doctrine/
H A DCurrencyTypeTable.class.php5 class CurrencyTypeTable extends Doctrine_Table
H A DCountryTable.class.php5 class CountryTable extends Doctrine_Table
H A DEmployeeSkillTable.class.php5 class EmployeeSkillTable extends Doctrine_Table
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/lib/model/doctrine/
H A DFormGeneratorTest2Table.class.php4 class FormGeneratorTest2Table extends Doctrine_Table
H A DModelFromLinkedSchemaTable.class.php3 class ModelFromLinkedSchemaTable extends Doctrine_Table
H A DProfileTable.class.php5 class ProfileTable extends Doctrine_Table
H A DAttachmentTable.class.php3 class AttachmentTable extends Doctrine_Table
H A DFormGeneratorTest3Table.class.php3 class FormGeneratorTest3Table extends Doctrine_Table

123456789