Skip to content

class Package

Oliver edited this page Apr 25, 2020 · 1 revision

www/php-ircbot/Classes/Library/IRC/Command/Package.php


Package

A package hold multiple commands. It's just used to organize and group commands.

Package

IRCBot\Library

author

Overview

Public Properties

No public properties found

Constants

No constants found

Public Methods

__construct() | getCommands() |

Properties

commands

private $commands

Methods

__construct()

public __construct() : mixed

getCommands()

Returns all commands of the package.

public getCommands() : array

Tags

\ » Classes » Package

Clone this wiki locally