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

getIdentifier() public static method

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

Usage Example

 protected function gWeeklyCrucible()
 {
     return $this->getActivity(WeeklyCrucible::getIdentifier());
 }