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

smart() public méthode

Set attribute instance
public smart ( AbstractAttribute $attribute ) : AbstractAttribute
$attribute Webiny\Component\Entity\Attribute\AbstractAttribute
Résultat Webiny\Component\Entity\Attribute\AbstractAttribute
    public function smart(AbstractAttribute $attribute)
    {
        $attribute->setName($this->attribute)->setParent($this->entity);
        return $this->attributes[$this->attribute] = $attribute;
    }