Happyr\DoctrineSpecification\Result\ResultModifierCollection::__construct PHP Метод

__construct() публичный Метод

Construct it with one or more instances of ResultModifier.
public __construct ( )
    public function __construct()
    {
        $this->children = func_get_args();
    }
ResultModifierCollection