Go\Core\AspectLoaderExtension::load PHP Méthode

load() public méthode

Loads definition from specific point of aspect into the container
public load ( Go\Aop\Aspect $aspect, mixed | ReflectionClass | ReflectionMethod | ReflectionProperty $reflection, mixed | null $metaInformation = null ) : array | Go\Aop\Pointcut[] | Go\Aop\Advisor[]
$aspect Go\Aop\Aspect Instance of aspect
$reflection mixed | ReflectionClass | ReflectionMethod | ReflectionProperty Reflection of point
$metaInformation mixed | null Additional meta-information, e.g. annotation for method
Résultat array | Go\Aop\Pointcut[] | Go\Aop\Advisor[]
    public function load(Aspect $aspect, $reflection, $metaInformation = null);