Go\Core\AdviceMatcher::__construct PHP Method

__construct() public method

Constructor
public __construct ( AspectLoader $loader, boolean $isInterceptFunctions = false )
$loader AspectLoader Instance of aspect loader
$isInterceptFunctions boolean Optional flag to enable function interception
    public function __construct(AspectLoader $loader, $isInterceptFunctions = false)
    {
        $this->loader = $loader;
        $this->isInterceptFunctions = $isInterceptFunctions;
    }