PHP Class Jarves\ContentTypes\ContentTypes

Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство Type Description
$types AbstractType[]

Méthodes publiques

Méthode Description
addType ( string $type, AbstractType $contentType )
getType ( string $type ) : AbstractType

Method Details

addType() public méthode

public addType ( string $type, AbstractType $contentType )
$type string
$contentType AbstractType

getType() public méthode

public getType ( string $type ) : AbstractType
$type string
Résultat AbstractType

Property Details

$types protected_oe property

protected AbstractType[],Jarves\ContentTypes $types
Résultat AbstractType[]