PHP Class Jarves\Configuration\Stream

Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$attributes
$label string
$path string
$service string

Méthodes publiques

Méthode Description
getLabel ( ) : string
getPath ( ) : string
getService ( ) : string
setLabel ( string $label )
setPath ( string $path )
setService ( string $service )

Method Details

getLabel() public méthode

public getLabel ( ) : string
Résultat string

getPath() public méthode

public getPath ( ) : string
Résultat string

getService() public méthode

public getService ( ) : string
Résultat string

setLabel() public méthode

public setLabel ( string $label )
$label string

setPath() public méthode

public setPath ( string $path )
$path string

setService() public méthode

public setService ( string $service )
$service string

Property Details

$attributes protected_oe property

protected $attributes

$label protected_oe property

protected string $label
Résultat string

$path protected_oe property

protected string $path
Résultat string

$service protected_oe property

protected string $service
Résultat string