isPeriodic() public method

Check if timer is periodic.
public isPeriodic ( ) : boolean
return boolean
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function isPeriodic()
 {
     return $this->timer->isPeriodic();
 }