Webiny\Component\Entity\EntityAttributeBuilder::one2many PHP Method

one2many() public method

public one2many ( $relatedAttribute ) : One2ManyAttribute
$relatedAttribute
return Webiny\Component\Entity\Attribute\One2ManyAttribute
    public function one2many($relatedAttribute)
    {
        return $this->attributes[$this->attribute] = new self::$classMap['one2many']($this->attribute, $this->entity, $relatedAttribute);
    }