Inheritance diagram for CrudTrait:Adds CRUD methods to entities.
Additional Inherited Members | |
Public Methods inherited from CreateTrait | |
| $this | create () |
| Creates the new entity in Asana. More... | |
Public Methods inherited from UpdateTrait | |
| $this | update () |
PUT the data diff to Asana, if there is one. More... | |
Public Methods inherited from DeleteTrait | |
| void | delete () |
| Deletes the entity from Asana. More... | |
Protected Methods inherited from CreateTrait | |
| null AbstractEntity | _getParentNode () |
| The parent entity, if any, needed for creation. More... | |