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

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

public __construct ( $time = null, $result = null )
    public function __construct($time = null, $result = null)
    {
        $this->time = $time;
        $this->result = $result;
    }