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

getIdentifier() public static method

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

Usage Example

 protected function gDailyChapter()
 {
     return $this->getActivity(DailyChapter::getIdentifier());
 }