get_preferred_username() ); } public function get_name() { return 'application'; } public function get_preferred_username() { return $this::get_name(); } public function get_followers() { return null; } public function get_following() { return null; } public function get_attachment() { return null; } public function get_featured() { return null; } public function get_moderators() { return null; } public function get_indexable() { return false; } public function get_type() { return $this->type; } }