PHPSpec2\Loader\Node\Example::__construct PHP Method

__construct() public method

public __construct ( $title, $subject, ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract
    public function __construct($title, $subject, ReflectionFunctionAbstract $function)
    {
        $this->title = $title;
        $this->subject = $subject;
        $this->function = $function;
    }