class CustomValue extends AbstractEntity

CustomGroup entity.

Methods

static GetActions
getActions(string $customGroup = NULL)

No description

static 
getFields(string $customGroup = NULL)

No description

static array
permissions()

No description

static string
getEntityName()

Get entity name from called class

static AbstractAction
__callStatic(string $action, null $args)

Magic method to return the action object for an api.

static Get
get(string $customGroup)

No description

static Save
save(string $customGroup)

No description

static Create
create(string $customGroup)

No description

static Update
update(string $customGroup)

No description

static Delete
delete(string $customGroup)

No description

static Replace
replace(string $customGroup)

No description

Details

at line 107
static GetActions getActions(string $customGroup = NULL)

Parameters

string $customGroup

Return Value

GetActions

at line 59
static getFields(string $customGroup = NULL)

Parameters

string $customGroup

at line 114
static array permissions()

Return Value

array

in AbstractEntity at line 99
static protected string getEntityName()

Get entity name from called class

Return Value

string

in AbstractEntity at line 111
static AbstractAction __callStatic(string $action, null $args)

Magic method to return the action object for an api.

Parameters

string $action
null $args

Return Value

AbstractAction

Exceptions

NotImplementedException

at line 51
static Get get(string $customGroup)

Parameters

string $customGroup

Return Value

Get

at line 67
static Save save(string $customGroup)

Parameters

string $customGroup

Return Value

Save

at line 75
static Create create(string $customGroup)

Parameters

string $customGroup

Return Value

Create

at line 83
static Update update(string $customGroup)

Parameters

string $customGroup

Return Value

Update

at line 91
static Delete delete(string $customGroup)

Parameters

string $customGroup

Return Value

Delete

at line 99
static Replace replace(string $customGroup)

Parameters

string $customGroup

Return Value

Replace