PHPSpec2\Event\SpecificationEvent::__construct PHP Метод

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

public __construct ( Specification $specification, $time = null, $result = null )
$specification PHPSpec2\Loader\Node\Specification
    public function __construct(Specification $specification, $time = null, $result = null)
    {
        $this->specification = $specification;
        $this->time = $time;
        $this->result = $result;
    }