getPercentage() public method

Element of ]0;100[.
public getPercentage ( ) : integer
return integer
Beispiel #1
0
 /**
  * @return int Element of ]0;100[.
  */
 public function getPercentage() : int
 {
     return $this->flag->getPercentage();
 }