PHP Class CategoryHeader

Exibir arquivo Open project: openeyes/openeyes Class Usage Examples

Protected Properties

Property Type Description
$categories

Public Methods

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

Method Details

__construct() public method

public __construct ( array $categories )
$categories array

get() public method

public get ( string $scheme = '' ) : array
$scheme string
return array

load() public static method

public static load ( )

parse() public static method

public static parse ( string $header )
$header string

Property Details

$categories protected_oe property

protected $categories