PHP Class Jarves\Configuration\Stream

Inheritance: extends Model
Show file Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$attributes
$label string
$path string
$service string

Public Methods

Method Description
getLabel ( ) : string
getPath ( ) : string
getService ( ) : string
setLabel ( string $label )
setPath ( string $path )
setService ( string $service )

Method Details

getLabel() public method

public getLabel ( ) : string
return string

getPath() public method

public getPath ( ) : string
return string

getService() public method

public getService ( ) : string
return string

setLabel() public method

public setLabel ( string $label )
$label string

setPath() public method

public setPath ( string $path )
$path string

setService() public method

public setService ( string $service )
$service string

Property Details

$attributes protected property

protected $attributes

$label protected property

protected string $label
return string

$path protected property

protected string $path
return string

$service protected property

protected string $service
return string