PHP Class Phprest\Service\Logger\Config

Inheritance: implements Phprest\Service\Configurable
Afficher le fichier Open project: phprest/phprest Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlers Monolog\Handler\HandlerInterface[]
$name string

Méthodes publiques

Méthode Description
__construct ( string $name, array $handlers = [] )
getServiceName ( ) : string

Method Details

__construct() public méthode

public __construct ( string $name, array $handlers = [] )
$name string
$handlers array

getServiceName() public static méthode

public static getServiceName ( ) : string
Résultat string

Property Details

$handlers public_oe property

public HandlerInterface[],Monolog\Handler $handlers
Résultat Monolog\Handler\HandlerInterface[]

$name public_oe property

public string $name
Résultat string