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

getIdentifier() public static method

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

Usage Example

 protected function gElderChallenge()
 {
     return $this->getActivity(ElderChallenge::getIdentifier());
 }