\WebinoDraw\DrawLoopHelperPluginManager

Class LoopHelperPluginManager

Summary

Methods
Properties
Constants
validatePlugin()
get()
No public properties found
No constants found
No protected methods found
$invokableClasses
N/A
No private methods found
No private properties found
N/A

Properties

$invokableClasses

$invokableClasses : array

Default set of helpers

Type

array

Methods

validatePlugin()

validatePlugin(mixed  $plugin) 

Validate the plugin

Checks that the loop helper loaded is an instance of LoopHelper\HelperInterface.

Parameters

mixed $plugin

Throws

\WebinoDraw\Exception\InvalidHelperException

If invalid

get()

get(mixed  $name, \=  $options, \=  $usePeeringServiceManagers) : \WebinoDraw\Draw\LoopHelper\HelperInterface

Parameters

mixed $name
\= $options
\= $usePeeringServiceManagers

Returns

\WebinoDraw\Draw\LoopHelper\HelperInterface