Webiny\Component\Entity\Attribute\AbstractCollectionAttribute::getParentEntity PHP Méthode

getParentEntity() public méthode

Returns entity instance to which this attribute belongs
public getParentEntity ( ) : AbstractEntity
Résultat Webiny\Component\Entity\AbstractEntity
    public function getParentEntity()
    {
        return $this->parent;
    }