Skip to content

Instantly share code, notes, and snippets.

@Ridzhi
Last active June 7, 2016 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ridzhi/85bede7fc80376b58795966912824341 to your computer and use it in GitHub Desktop.
Save Ridzhi/85bede7fc80376b58795966912824341 to your computer and use it in GitHub Desktop.
<?php
class NetworkController extends Controller
{
public $verbose;
public function options()
{
return [
'verbose'
];
}
public function actionConnect()
{
}
public function actionClose()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment