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

one2many() public méthode

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