Webiny\Component\Entity\EntityAttributeBuilder::one2many PHP Метод

one2many() публичный Метод

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