Add initial project files
This commit is contained in:
commit
0b21896cd5
6 changed files with 96 additions and 0 deletions
11
classes/webhook/core.php
Normal file
11
classes/webhook/core.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
namespace Classes\Webhook;
|
||||
|
||||
class Core
|
||||
{
|
||||
public function parseJson(){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
29
classes/xmpp/core.php
Normal file
29
classes/xmpp/core.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
namespace Classes\Xmpp;
|
||||
|
||||
class Core {
|
||||
|
||||
public function start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function connect()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function isConnected()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function sendMessage()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue