mageekguy\atoum\observable::getScore PHP Method

getScore() public method

public getScore ( )
    public function getScore();

Usage Example

Beispiel #1
0
 public function handleEvent($event, atoum\observable $observable)
 {
     $this->score = $event !== atoum\runner::runStop ? null : $observable->getScore();
     try {
         return parent::handleEvent($event, $observable);
     } catch (atoum\writers\http\exception $exception) {
         return $this;
     }
 }
All Usage Examples Of mageekguy\atoum\observable::getScore