Destiny\AdvisorsTwo\Activity\WrathOfTheMachine::getIdentifier PHP Method

getIdentifier() public static method

public static getIdentifier ( ) : string
return string
    public static function getIdentifier()
    {
        return 'wrathofthemachine';
    }

Usage Example

 protected function gWrathOfTheMachine()
 {
     return $this->getActivity(WrathOfTheMachine::getIdentifier());
 }