���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/ezcomponents/PersistentObject/src/structs/relation_find_definition.php
���ѧ٧ѧ�
<?php /** * File containing the ezcPersistentRelationFindDefinition struct. * * @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 */ /** * Struct class representing a relation find definition. * * This struct class is used in ezcPersistentSessionIdentityDecorator to define a tree * of relations to be fetched from the database in one go. This struct is used * with {@link ezcPersistentSessionIdentityDecorator::loadWithRelatedObjects()}. * * The $relatedClass referes to a class name that is related by the original * class to load. If this relation consists of a collection of named relations, * $relationName must be set in addition. The $furtherRelations property can be * used to define further relations that related to $relatedClass. * * @package PersistentObject * @version 1.7.1 */ class ezcPersistentRelationFindDefinition extends ezcBaseStruct { /** * The related class that should be fetched. * * @var string */ public $relatedClass; /** * The name of the relation. * * Must only be not null, if relations to this class is a collection of * named relations. * * @var string */ public $relationName; /** * Deeper relation definitions. * * @var array(ezcPersistentRelationFindDefinition) */ public $furtherRelations = array(); /** * Definition object for this $relatedClass. * * This attribute may not be accessed by the user, but is used by {@link * ezcPersistentSessionIdentityDecorator} internally to transport information. * * @var ezcPersistentObjectDefinition * @access private */ public $definition; /** * Definition of the relation from its parent class. * * This attribute may not be accessed by the user, but is used by {@link * ezcPersistentSessionIdentityDecorator} internally to transport information. * * @var ezcPersistentRelation * @access private */ public $relationDefinition; /** * Creates a new relation find definition. * * @param string $relatedClass * @param string $relationName * @param array(ezcPersistentRelationFindDefinition) $furtherRelations */ public function __construct( $relatedClass, $relationName = null, array $furtherRelations = array() ) { $this->relatedClass = $relatedClass; $this->relationName = $relationName; $this->furtherRelations = $furtherRelations; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�