PHP Class Piwik\Measurable\Type\TypeManager

Mostrar archivo Open project: piwik/piwik Class Usage Examples

Public Methods

Method Description
getAllTypes ( ) : Type[]
getType ( string $typeId ) : Type | null

Method Details

getAllTypes() public method

public getAllTypes ( ) : Type[]
return Piwik\Measurable\Type[]

getType() public method

public getType ( string $typeId ) : Type | null
$typeId string
return Piwik\Measurable\Type | null