Destiny\AdvisorsTwo\Activity\Nightfall::getIdentifier PHP Méthode

getIdentifier() public static méthode

public static getIdentifier ( ) : string
Résultat string
    public static function getIdentifier()
    {
        return 'nightfall';
    }

Usage Example

 protected function gNightfall()
 {
     return $this->getActivity(Nightfall::getIdentifier());
 }