CreateTrait
+ Inheritance diagram for CreateTrait:

Description

Adds create() to entities.

Public Methods

$this create ()
 Creates the new entity in Asana. More...
 

Protected Methods

null AbstractEntity _getParentNode ()
 The parent entity, if any, needed for creation. More...
 

Methods

◆ _getParentNode()

null AbstractEntity _getParentNode ( )
abstractprotected

The parent entity, if any, needed for creation.

Returns
null|AbstractEntity

Reimplemented in Task, Story, Project, CustomField, Portfolio, Tag, Status, EnumOption, AbstractWebhook, Section, and OrganizationExport.

◆ create()

$this create ( )

Creates the new entity in Asana.

Returns
$this

Reimplemented in Task, Status, and EnumOption.