getRelationDefinition() публичный Метод

Relation definition through mapping is more prior to defined in class
public getRelationDefinition ( ) : array
Результат array definition of relations
Пример #1
0
 public function __construct(Document $document = null)
 {
     $this->document = $document;
     $this->relations = $document->getRelationDefinition();
 }