Nelmio\Alice\Definition\Flag\OptionalFlag::getPercentage PHP Method

getPercentage() public method

Element of ]0;100[.
public getPercentage ( ) : integer
return integer
    public function getPercentage() : int
    {
        return $this->percentage;
    }

Usage Example

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