Ejemplo n.º 1
0
 /**
  * Returns the attribute's top-most entity type. That is the entity type
  * of the root attribute of this attribute.
  *
  * @return EntityTypeInterface
  */
 public function getRootType()
 {
     return AttributePath::getRootEntityType($this);
 }