File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3- * file : sinusbot.class.php
4- * version : 1.0
5- * last modified : 06. September 2018
6- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
7- * author : Manuel Hettche
8- * copyright : (C) 2018 SinusBot
9- * email : info@ts3index.com
10- * begin : 25. Juli 2015 *
11- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2+ /**
3+ * Class API | src/API.class.php
4+ *
5+ * Main class which will be used to connect to the SinusBot
6+ *
7+ * @package SinusBot
8+ * @author Max Schmitt <max@schmitt.mx>
9+ */
1210
1311namespace SinusBot ;
1412
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Class Instance | src/Instance.class.php
4+ *
5+ * A single Instance with his available actions
6+ *
7+ * @package SinusBot
8+ * @author Max Schmitt <max@schmitt.mx>
9+ */
210
311namespace SinusBot ;
412
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Class Playlist | src/Playlist.class.php
4+ *
5+ * A single Playlist with his available actions
6+ *
7+ * @package SinusBot
8+ * @author Max Schmitt <max@schmitt.mx>
9+ */
210
311namespace SinusBot ;
412
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Class RestClient | src/RestClient.class.php
4+ *
5+ * RestClient is used to perform the http requests
6+ *
7+ * @package SinusBot
8+ * @author Max Schmitt <max@schmitt.mx>
9+ */
210
311namespace SinusBot ;
412
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Entrypoint Autoload | src/autoload.php
4+ *
5+ * Autoloader to use the SinusBot PHP Library
6+ *
7+ * @package SinusBot
8+ * @author Max Schmitt <max@schmitt.mx>
9+ */
210
311include_once ("RestClient.class.php " );
412include_once ("Instance.class.php " );
You can’t perform that action at this time.
0 commit comments