class WorkspaceDeclaration extends Model (View source)

Properties

string $description
string $mountPath
string $name
bool $optional
bool $readOnly

Methods

setDescription($description)

No description

string
getDescription()

No description

setMountPath($mountPath)

No description

string
getMountPath()

No description

setName($name)

No description

string
getName()

No description

setOptional($optional)

No description

bool
getOptional()

No description

setReadOnly($readOnly)

No description

bool
getReadOnly()

No description

Details

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setMountPath($mountPath)

No description

Parameters

$mountPath

string getMountPath()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setOptional($optional)

No description

Parameters

$optional

bool getOptional()

No description

Return Value

bool

setReadOnly($readOnly)

No description

Parameters

$readOnly

bool getReadOnly()

No description

Return Value

bool