Asana
+ Inheritance diagram for Asana:

Description

Public Static Methods

static Api getApi ()
 
magic static null Attachment getAttachment (string $gid)
 
magic static null CustomField getCustomField (string $gid)
 
static string getFacadeAccessor ()
 
magic static null Job getJob (string $gid)
 
magic static User getMe ()
 
magic static null OrganizationExport getOrganizationExport (string $gid)
 
magic static null Portfolio getPortfolio (string $gid)
 
magic static null Project getProject (string $gid)
 
magic static null ProjectTemplate getProjectTemplate (string $gid)
 
magic static null ProjectWebhook getProjectWebhook (string $gid)
 
magic static null Section getSection (string $gid)
 
magic static null Story getStory (string $gid)
 
magic static null Tag getTag (string $gid)
 
magic static null Task getTask (string $gid)
 
magic static null TaskList getTaskList (string $gid)
 
magic static null TaskWebhook getTaskWebhook (string $gid)
 
magic static null Team getTeam (string $gid)
 
magic static null User getUser (string $gid)
 
magic static null User getUserByEmail (string $email)
 
magic static Event getWebhookEvent (array $data)
 
magic static null Workspace getWorkspace (string $gid=null)
 

Methods

◆ getApi()

static Api getApi ( )
static
Returns
Api

◆ getAttachment()

magic static null Attachment getAttachment ( string  $gid)
static
Returns
null|Attachment

◆ getCustomField()

magic static null CustomField getCustomField ( string  $gid)
static
Returns
null|CustomField

◆ getFacadeAccessor()

static string getFacadeAccessor ( )
static
Returns
string

◆ getJob()

magic static null Job getJob ( string  $gid)
static
Returns
null|Job

◆ getMe()

magic static User getMe ( )
static
Returns
User

◆ getOrganizationExport()

magic static null OrganizationExport getOrganizationExport ( string  $gid)
static
Returns
null|OrganizationExport

◆ getPortfolio()

magic static null Portfolio getPortfolio ( string  $gid)
static
Returns
null|Portfolio

◆ getProject()

magic static null Project getProject ( string  $gid)
static
Returns
null|Project

◆ getProjectTemplate()

magic static null ProjectTemplate getProjectTemplate ( string  $gid)
static
Returns
null|ProjectTemplate

◆ getProjectWebhook()

magic static null ProjectWebhook getProjectWebhook ( string  $gid)
static
Returns
null|ProjectWebhook

◆ getSection()

magic static null Section getSection ( string  $gid)
static
Returns
null|Section

◆ getStory()

magic static null Story getStory ( string  $gid)
static
Returns
null|Story

◆ getTag()

magic static null Tag getTag ( string  $gid)
static
Returns
null|Tag

◆ getTask()

magic static null Task getTask ( string  $gid)
static
Returns
null|Task

◆ getTaskList()

magic static null TaskList getTaskList ( string  $gid)
static
Returns
null|TaskList

◆ getTaskWebhook()

magic static null TaskWebhook getTaskWebhook ( string  $gid)
static
Returns
null|TaskWebhook

◆ getTeam()

magic static null Team getTeam ( string  $gid)
static
Returns
null|Team

◆ getUser()

magic static null User getUser ( string  $gid)
static
Returns
null|User

◆ getUserByEmail()

magic static null User getUserByEmail ( string  $email)
static
Returns
null|User

◆ getWebhookEvent()

magic static Event getWebhookEvent ( array  $data)
static
Returns
Event

◆ getWorkspace()

magic static null Workspace getWorkspace ( string  $gid = null)
static
Returns
null|Workspace