PHPSemVerChecker\Operation\FunctionOperationUnary::__construct PHP Method

__construct() public method

public __construct ( string $file, Function_ $function )
$file string
$function PhpParser\Node\Stmt\Function_
    public function __construct($file, Function_ $function)
    {
        $this->file = $file;
        $this->function = $function;
    }