Webiny\Component\Entity\EntityAttributeBuilder::object PHP Méthode

object() public méthode

public object ( ) : ObjectAttribute
Résultat Webiny\Component\Entity\Attribute\ObjectAttribute
    public function object()
    {
        return $this->attributes[$this->attribute] = new self::$classMap['object']($this->attribute, $this->entity);
    }