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

__construct() public méthode

public __construct ( AbstractEntity $entity, ArrayObject $attributes )
$entity AbstractEntity
$attributes Webiny\Component\StdLib\StdObject\ArrayObject\ArrayObject
    function __construct(AbstractEntity $entity, ArrayObject $attributes)
    {
        $this->entity = $entity;
        $this->attributes = $attributes;
    }