PHP Class Scalr\Model\Entity\GlobalVariable

Author: N.V.
Inheritance: extends Scalr\Model\AbstractEntity, implements Scalr\DataType\ScopeInterface
Show file Open project: scalr/scalr

Public Properties

Property Type Description
$category string Variable category
$description string Variable description
$final integer Flag final
$format string Variable's format
$hidden integer Flag hidden
$name string Variable's name
$required string Required scope
$validator string Validator value
$value string Variable's value

Public Methods

Method Description
getScope ( )

Method Details

getScope() public method

See also: ScopeInterface::getScope()
public getScope ( )

Property Details

$category public property

Variable category
public string $category
return string

$description public property

Variable description
public string $description
return string

$final public property

Flag final
public int $final
return integer

$format public property

Variable's format
public string $format
return string

$hidden public property

Flag hidden
public int $hidden
return integer

$name public property

Variable's name
public string $name
return string

$required public property

Required scope
public string $required
return string

$validator public property

Validator value
public string $validator
return string

$value public property

Variable's value
public string $value
return string