Neos\Flow\Aop\Advice\AdviceChain::__construct PHP Method

__construct() public method

Initializes the advice chain
public __construct ( array $advices )
$advices array An array of AdviceInterface compatible objects which form the chain of advices
    public function __construct($advices)
    {
        $this->advices = $advices;
    }