���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/ezcomponents/PersistentObject/src/structs/double_table_map.php
���ѧ٧ѧ�
<?php /** * File containing the ezcPersistentDoubleTableMap. * * @package PersistentObject * @version 1.7.1 * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** * Class to create {ezcPersistentRelation::$columnMap} properties. * * Maps a source table and column and to a destination table and column, to * establish a relation between the 2 tables. * * @package PersistentObject * @version 1.7.1 */ class ezcPersistentDoubleTableMap extends ezcBaseStruct { /** * Column of the first table used for mapping. * * @var string */ public $sourceColumn; /** * Name of the column in the relation table, that maps to the source table * column. * * @var string */ public $relationSourceColumn; /** * Name of the column in the relation table, that maps to the destination * table column. * * @var string */ public $relationDestinationColumn; /** * Column of the second table, which should be mapped to the first column. * * @var string */ public $destinationColumn; /** * Create a new ezcPersistentDoubleTableMap. * * @param string $sourceColumn {@link $sourceColumn} * @param string $relationSourceColumn {@link $relationSourceColumn} * @param string $relationDestinationColumn {@link $relationDestinationColumn} * @param string $destinationColumn {@link $destinationColumn} */ public function __construct( $sourceColumn, $relationSourceColumn, $relationDestinationColumn, $destinationColumn ) { $this->sourceColumn = $sourceColumn; $this->relationSourceColumn = $relationSourceColumn; $this->relationDestinationColumn = $relationDestinationColumn; $this->destinationColumn = $destinationColumn; } /** * Sets the state of this map. * * @param array(key=>value) $state * @ignore */ public static function __set_state( array $state ) { return new ezcPersistentDoubleTableMap( $state["sourceColumn"], $state["relationSourceColumn"], $state["relationDestinationColumn"], $state["destinationColumn"] ); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�