Nelmio\Alice\Definition\FlagInterface::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string Flag string representation. Is used as an identifier to easily access to a specific flag or guarantee the flag uniqueness in FlagBag.
    public function __toString() : string;
FlagInterface