Documentation

Org extends AbstractModel
in package
implements EntityInterface

Table of Contents

Interfaces

EntityInterface

Properties

$data  : StdClass|null
$newData  : array<string|int, mixed>

Methods

__construct()  : mixed
__get()  : mixed
__newData()  : mixed
loaded()  : mixed
name()  : void
OnlyAdminCanInviteUsers()  : void
OnlyeAdminCanCreatePipes()  : void
reload()  : mixed

Properties

$newData

private array<string|int, mixed> $newData = []

Methods

__construct()

public __construct([StdClass|null $data = null ]) : mixed
Parameters
$data : StdClass|null = null

__get()

public __get(mixed $dataId) : mixed
Parameters
$dataId : mixed

__newData()

public __newData() : mixed

name()

public name(string $name) : void
Parameters
$name : string

OnlyAdminCanInviteUsers()

public OnlyAdminCanInviteUsers([bool $only = true ]) : void
Parameters
$only : bool = true

OnlyeAdminCanCreatePipes()

public OnlyeAdminCanCreatePipes([bool $only = true ]) : void
Parameters
$only : bool = true

reload()

public reload(StdClass $data) : mixed
Parameters
$data : StdClass

        
On this page

Search results