PHP Class CategoryHeader

Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Protected Properties

Свойство Type Description
$categories

Méthodes publiques

Méthode Description
__construct ( array $categories )
get ( string $scheme = '' ) : array
load ( )
parse ( string $header )

Method Details

__construct() public méthode

public __construct ( array $categories )
$categories array

get() public méthode

public get ( string $scheme = '' ) : array
$scheme string
Résultat array

load() public static méthode

public static load ( )

parse() public static méthode

public static parse ( string $header )
$header string

Property Details

$categories protected_oe property

protected $categories