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

many2one() public méthode

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