PHP Class app\http\controllers\CommunityController

Inheritance: extends Controller
Show file Open project: ppy/osu-web

Protected Properties

Property Type Description
$section | Route: | | Route::get('/community', 'CommunityController@get'); |

Public Methods

Method Description
__construct ( )
getChat ( )
getSlack ( )
postSlackAgree ( )

Method Details

__construct() public method

public __construct ( )

getChat() public method

public getChat ( )

getSlack() public method

public getSlack ( )

postSlackAgree() public method

public postSlackAgree ( )

Property Details

$section protected property

| Route: | | Route::get('/community', 'CommunityController@get'); |
protected $section