API Reference
About 9 min
API Reference
This is an automatically generated documentation for API Reference.
Namespaces
Hazaar
Classes
| Class | Description |
|---|---|
| Application | The Application. |
| Config | Configuration Class. |
| Controller | Base Controller class. |
| File | |
| Loader | Global class file loader. |
| Session | Session class |
| View | The View class is used to render views in the Hazaar framework. |
Hazaar\Application
Classes
| Class | Description |
|---|---|
| Config | |
| Error | |
| Request | Application HTTP Request Class. |
| Route | |
| Router | |
| Runtime | |
| URL | Generate a URL relative to the application |
Functions
| Function | Description |
|---|---|
| fromAppNamespace |
Hazaar\Application\Exception
Classes
| Class | Description |
|---|---|
| AppDirNotFound | |
| BadTimezone | |
| RouterUnknown | |
| RuntimeDirNotFound | |
| RuntimeDirNotWritable | |
| RuntimeDirUncreatable | |
| ServerBusy |
Hazaar\Application\Interface
Interfaces
| Interface | Description |
|---|---|
| Request |
Hazaar\Application\Router
Classes
| Class | Description |
|---|---|
| Loader |
Hazaar\Application\Router\Exception
Classes
| Class | Description |
|---|---|
| ActionNotFound | |
| ControllerHasNoRoutes | |
| ControllerNotFound | |
| LoaderNotSupported | |
| ProtocolNotSupported | |
| RouteFailed | |
| RouteNotFound | |
| RouterInitialisationFailed | |
| RouterNotInitialised |
Hazaar\Application\Router\Loader
Classes
| Class | Description |
|---|---|
| Advanced | |
| Annotated | The annotated router class. |
| Attribute | |
| Basic | Basic Application Router. |
| File | |
| Json | JSON Router. |
| None | None Application Router. |
Hazaar\Application\Router\Loader\Exception
Classes
| Class | Description |
|---|---|
| MissingRouteFile |
Hazaar\Auth
Classes
| Class | Description |
|---|---|
| Adapter | Abstract authentication adapter. |
Hazaar\Auth\Adapter
Classes
| Class | Description |
|---|---|
| Basic | |
| DBITable | |
| HTPasswd | |
| Model | |
| OAuth2 | |
| OpenID | OAuth short summary. |
Hazaar\Auth\Adapter\Exception
Classes
| Class | Description |
|---|---|
| HTPasswdFileMissing | |
| Unauthorised | |
| UnknownStorageAdapter |
Hazaar\Auth\Interface
Interfaces
| Interface | Description |
|---|---|
| Adapter | |
| Storage |
Hazaar\Auth\Storage
Classes
| Class | Description |
|---|---|
| Cache | Session based authentication storage. |
| Jwt | JWT Authentication Adapter. |
| Session | Session based authentication adapter |
Hazaar\Auth\Storage\Exception
Classes
| Class | Description |
|---|---|
| JWTKeyFileNotFound | |
| JWTVerifyFailure | |
| NoApplication | |
| NoJWTAlgorithm | |
| NoJWTPassphrase | |
| NoJWTPrivateKey | |
| SessionStartFailed | |
| UnsupportedJWTAlgorithm |
Hazaar\Auth\Storage\Middleware
Classes
| Class | Description |
|---|---|
| Cache | |
| Jwt |
Hazaar\Cache
Classes
| Class | Description |
|---|---|
| Adapter | The cache frontend. |
| Backend | |
| Benchmark | |
| Func | Class Func. |
| Output |
Hazaar\Cache\Backend
Classes
| Class | Description |
|---|---|
| Apc | The APC cache backend. |
| Chain | The cache backend chaining backend. |
| Dbi | The DBI cache backend. |
| File | The file cache backend. |
| Memcached | The Memcached cache backend. |
| Redis | The Redis cache backend. |
| Session | Session cache backend class |
| Shm | The PHP-SHM (shared memory) cache backend. |
Hazaar\Cache\Backend\Exception
Classes
| Class | Description |
|---|---|
| NoAPC | |
| NoDBConfig | |
| NoDBTable | |
| NoMemcached | |
| NoSQLite3 | |
| NoSQLite3DBPath | |
| NoZlib | |
| RedisError |
Hazaar\Cache\Exception
Classes
| Class | Description |
|---|---|
| InvalidBackend | |
| InvalidFrontend | |
| NoBackendAvailable | |
| NoFunction |
Hazaar\Cache\Interface
Interfaces
| Interface | Description |
|---|---|
| Backend |
Hazaar\Console
Classes
| Class | Description |
|---|---|
| Application | |
| Command | |
| Input | |
| Module | |
| Output |
Hazaar\Console\API
Classes
| Class | Description |
|---|---|
| Documentor |
Hazaar\Console\DBI
Classes
| Class | Description |
|---|---|
| CheckpointModule | |
| CurrentModule | |
| ListModule | |
| MigrateModule | |
| ReplayModule | |
| RollbackModule | |
| SchemaModule | |
| SnapshotModule | |
| SyncModule |
Hazaar\Console\Formatter
Classes
| Class | Description |
|---|---|
| OutputFormatter |
Hazaar\Console\Modules
Classes
| Class | Description |
|---|---|
| ConfigModule | |
| CreateModule | |
| DocModule | |
| FileModule | |
| HelpModule | |
| UserModule | |
| UtilsModule |
Hazaar\Controller
Classes
| Class | Description |
|---|---|
| Action | Abstract controller action class. |
| Basic | Basic controller class |
| Closure | Class Closure. |
| Diagnostic | Basic controller class |
| Dump | Class Dump. |
| Error | Basic controller class |
| Helper | |
| Info | Class Info. |
| Internal | Class Internal. |
| Response | |
| WebDAV | |
| XMLRPC | Abstract class XMLRPC. |
Hazaar\Controller\Action
Classes
| Class | Description |
|---|---|
| ViewRenderer | Class ViewRenderer. |
Hazaar\Controller\Action\Exception
Classes
| Class | Description |
|---|---|
| InvalidActionController | |
| NoContent |
Hazaar\Controller\Enums
Functions
| Function | Description |
|---|---|
| getControllerResponseTypeName |
Hazaar\Controller\Exception
Classes
| Class | Description |
|---|---|
| ActionNotFound | |
| ActionNotPublic | |
| BrowserRootNotDefined | |
| BrowserRootNotFound | |
| HeadersSent | |
| MethodExists | |
| MethodNotFound | |
| NoAction | |
| NoDefaultRenderer | |
| ResponseInvalid |
Hazaar\Controller\Helper
Classes
| Class | Description |
|---|---|
| Response |
Hazaar\Controller\Interface
Interfaces
| Interface | Description |
|---|---|
| Controller | |
| Response |
Hazaar\Controller\Internal
Classes
| Class | Description |
|---|---|
| Warlock | Class Warlock. |
Hazaar\Controller\Response
Classes
| Class | Description |
|---|---|
| File | |
| HTML | |
| Image | |
| Info | |
| JSON | |
| Stream | |
| Text | |
| View | |
| XML |
Hazaar\Controller\Response\Exception
Classes
| Class | Description |
|---|---|
| ActionNotFound | |
| JSONNotSupported | |
| NoLessSupport | |
| NoRenderer |
Hazaar\Controller\Response\HTTP
Classes
| Class | Description |
|---|---|
| BadRequest | |
| Forbidden | |
| NoContent | |
| NotFound | |
| NotImplemented | |
| OK | |
| RateLimitExceeded | Represents a HTTP response for when the rate limit has been exceeded. |
| Redirect | |
| Unauthorized |
Hazaar\DBI
Classes
| Class | Description |
|---|---|
| Adapter | Relational Database Interface |
| DataMapper | |
| LogEntry | |
| Manager | Relational Database Schema Manager. |
| Result | |
| Row | |
| Statement | |
| Table |
Hazaar\DBI\DBD
Classes
| Class | Description |
|---|---|
| Pgsql | |
| Sqlite |
Functions
| Function | Description |
|---|---|
| __construct | |
| createExtension | Creates a PostgreSQL extension. |
| createGroup | |
| createUser | |
| createView | |
| describeTable | |
| describeView | Retrieves the description of a database view. |
| dropExtension | Drops a PostgreSQL extension from the database. |
| dropGroup | |
| dropTrigger | |
| dropUser | |
| dropView | |
| listExtensions | Retrieves a list of extensions in the specified schema. |
| listGroups | |
| listIndexes | Retrieves a list of indexes for a given table or all tables in the specified schema. |
| listTables | |
| listUsers | |
| listViews | |
| repair | |
| setTimezone | |
| tableExists | |
| viewExists |
Hazaar\DBI\DBD\Enums
Hazaar\DBI\DBD\Exception
Classes
| Class | Description |
|---|---|
| NoUpdate | |
| NotConnected |
Hazaar\DBI\DBD\Interface
Interfaces
| Interface | Description |
|---|---|
| Driver | Relational Database Driver Interface |
Hazaar\DBI\DBD\Traits
Traits
| Trait | Description |
|---|---|
| PDO | Relational Database Driver - Base Class. |
| SQL |
Hazaar\DBI\DBD\Traits\PDO
Traits
| Trait | Description |
|---|---|
| Transaction |
Hazaar\DBI\DBD\Traits\SQL
Traits
| Trait | Description |
|---|---|
| Constraint | |
| Extension | |
| Group | |
| Index | |
| Schema | |
| Sequence | |
| StoredFunction | |
| Table | |
| Trigger | |
| User | |
| View |
Hazaar\DBI\Exception
Classes
| Class | Description |
|---|---|
| ConnectionFailed | |
| DriverNotFound | |
| DriverNotSpecified | |
| MissingJoin | |
| NotConfigured |
Hazaar\DBI\Interface
Interfaces
| Interface | Description |
|---|---|
| QueryBuilder | |
| Result |
Hazaar\DBI\Interface\API
Interfaces
| Interface | Description |
|---|---|
| Constraint | |
| Extension | |
| Group | |
| Index | |
| SQL | |
| Schema | |
| Sequence | |
| Statement | |
| StoredFunction | |
| Table | |
| Transaction | |
| Trigger | |
| User | |
| View |
Hazaar\DBI\Manager
Classes
| Class | Description |
|---|---|
| Data | |
| Migration | |
| Schema | |
| Snapshot | |
| Version |
Hazaar\DBI\Manager\Migration
Classes
| Class | Description |
|---|---|
| Action | |
| Event |
Hazaar\DBI\Manager\Migration\Action
Classes
| Class | Description |
|---|---|
| BaseAction | |
| Constraint | |
| Extension | |
| Func | |
| Index | |
| Raise | |
| Table | |
| Trigger | |
| View |
Hazaar\DBI\Manager\Migration\Action\Component
Classes
| Class | Description |
|---|---|
| BaseComponent | |
| Column | |
| ConstraintReference |
Hazaar\DBI\Manager\Migration\Action\Exception
Classes
| Class | Description |
|---|---|
| AlterFailed | |
| CreateFailed | |
| DropFailed |
Hazaar\DBI\Manager\Migration\Enum
Hazaar\DBI\Manager\Migration\Interface
Interfaces
| Interface | Description |
|---|---|
| Spec |
Hazaar\DBI\Manager\Sync
Classes
| Class | Description |
|---|---|
| Item | |
| Macro | |
| Stats |
Hazaar\DBI\Manager\Sync\Enums
Hazaar\DBI\QueryBuilder
Classes
| Class | Description |
|---|---|
| SQL | |
| SurrealQL |
Hazaar\DBI\QueryBuilder\Exception
Classes
| Class | Description |
|---|---|
| NoUpdate |
Hazaar\DBI\Result
Classes
| Class | Description |
|---|---|
| PDO |
Hazaar\DBI\Schema\Exception
Classes
| Class | Description |
|---|---|
| Datasync | |
| FileSystem | |
| Migration | |
| Schema | |
| Snapshot |
Hazaar\Events
Classes
| Class | Description |
|---|---|
| Event | Class Event. |
| EventDispatcher | EventDispatcher Class. |
Interfaces
| Interface | Description |
|---|---|
| Queuable | Interface Queuable |
Traits
| Trait | Description |
|---|---|
| Dispatchable | Trait Dispatchable |
Hazaar\Exception
Classes
| Class | Description |
|---|---|
| CallerException | |
| ClassNotFound | |
| ConfigEnvNotFound | Exception thrown when a required configuration environment is not found. |
| ConfigFileNotFound | Exception thrown when a configuration file is not found. |
| ConfigParseError | Exception thrown when a configuration file cannot be parsed due to invalid format. |
| ConfigUnknownFormat | Exception thrown when a configuration file has an unknown or unsupported format. |
| FileNotFound | |
| InvalidSearchCriteria | |
| LockedMap | |
| MatchReplaceError | |
| NotImplemented | |
| NotSupported | |
| UnknownStringArray |
Hazaar\File
Classes
| Class | Description |
|---|---|
| BrowserConnector | |
| Dir | |
| GZFile | |
| Image | |
| Manager | |
| Metric | |
| PDF File class for generating PDFs from HTML. | |
| Temp | Create a temporary file. |
| TempDir | Create a temporary directory. |
| Upload | The file upload manager class. |
Hazaar\File\Backend
Classes
| Class | Description |
|---|---|
| DBI | |
| Dropbox | |
| GoogleDrive | |
| Local | |
| WebDAV |
Hazaar\File\Backend\Exception
Classes
| Class | Description |
|---|---|
| ClassNotFound | |
| DropboxError | |
| GoogleDriveError | |
| Offline |
Hazaar\File\Exception
Classes
| Class | Description |
|---|---|
| BackendNotFound | |
| InternalFileNotFound | |
| InvalidBackend | |
| MoveFailed | |
| SaveFailed | |
| SourceNotFound | |
| TargetExists | |
| TargetNotFound |
Hazaar\File\Exception\WKPDF
Classes
| Class | Description |
|---|---|
| ExecError | |
| InstallFailed | |
| NoData | |
| NotExecutable | |
| SystemError |
Hazaar\File\Interface
Interfaces
| Interface | Description |
|---|---|
| Backend | |
| Driver | |
| Manageable |
Hazaar\File\Renderer
Classes
| Class | Description |
|---|---|
| BaseRenderer | |
| GD | |
| Imagick |
Interfaces
| Interface | Description |
|---|---|
| ImageRendererInterface |
Hazaar\HTTP
Classes
| Class | Description |
|---|---|
| Client | |
| Link | Represents a early hint link for HTTP/2 or HTTP/3. |
| Request | HTTP Request class. |
| Response | |
| URL | |
| WebDAV |
Hazaar\HTTP\Exception
Classes
| Class | Description |
|---|---|
| CertificateNotFound | |
| DecryptFailed | |
| HostNotFound | |
| NoConnection | |
| ProtocolPortUnknown | |
| RedirectNotAllowed | |
| TooManyRedirects |
Hazaar\HTTP\WebDAV
Classes
| Class | Description |
|---|---|
| Collection | |
| Property |
Hazaar\HTTP\WebDAV\Lock
Hazaar\HTTP\WebDAV\Lock\Scope
Classes
| Class | Description |
|---|---|
| Exclusive |
Hazaar\HTTP\WebDAV\Lock\Type
Classes
| Class | Description |
|---|---|
| Write |
Hazaar\Logger
Classes
| Class | Description |
|---|---|
| Backend | |
| Frontend |
Hazaar\Logger\Backend
Classes
| Class | Description |
|---|---|
| Chain | |
| Database | |
| File | |
| Memory | |
| Syslog |
Hazaar\Logger\Backend\Exception
Classes
| Class | Description |
|---|---|
| OpenLogFileFailed |
Hazaar\Logger\Exception
Classes
| Class | Description |
|---|---|
| NoBackend |
Hazaar\Logger\Interface
Interfaces
| Interface | Description |
|---|---|
| Backend |
Hazaar\Mail
Classes
| Class | Description |
|---|---|
| Adapter | Common class for sending emails via different transport mechanisms. |
| Attachment | |
| Template | |
| Transport | |
| TransportMessage |
Hazaar\Mail\Interface
Interfaces
| Interface | Description |
|---|---|
| Transport |
Hazaar\Mail\Mime
Classes
| Class | Description |
|---|---|
| Html | |
| Message | Class Message. |
| Part |
Hazaar\Mail\Transport
Classes
| Class | Description |
|---|---|
| HTTP | |
| Local | |
| SMTP |
Hazaar\Mail\Transport\Exception
Classes
| Class | Description |
|---|---|
| FailConnect | FailConnect short summary. |
| NoSendmail | FailConnect short summary. |
Hazaar\Middleware
Classes
| Class | Description |
|---|---|
| Dispatcher | Class MiddlewareDispatcher. |
| Handler |
Hazaar\Middleware\Interface
Interfaces
| Interface | Description |
|---|---|
| Middleware |
Hazaar\Model
Classes
| Class | Description |
|---|---|
| Email Address Strict Model. | |
| Schema | |
| Struct | This is an abstract class that implements the \jsonSerializable interface. |
Hazaar\Model\Attribute
Classes
| Class | Description |
|---|---|
| Base | |
| Contains | |
| Filter | |
| Format | |
| Hide | |
| Max | |
| MaxLength | |
| Min | |
| MinLength | |
| Pad | |
| Range | |
| Required | |
| Substr | |
| Trim | |
| Truncate |
Hazaar\Model\Exception
Classes
| Class | Description |
|---|---|
| DefineEventHookException | |
| DefineRuleException | |
| PropertyAttributeException | Exception thrown when there is an issue with a property attribute. |
| PropertyEnumException | Exception thrown when a property value cannot be implicitly converted to the required type. |
| PropertyException | Exception thrown when there is an issue with a typed property in a Model. |
| PropertyUndefinedException | |
| PropertyUnsetException | |
| PropertyValidationException | |
| PropertyValueException | Exception thrown when a property value cannot be implicitly converted to the required type. |
Hazaar\Model\Interface
Interfaces
| Interface | Description |
|---|---|
| AttributeRule | |
| CollectsValidationErrors |
Hazaar\Net
Classes
| Class | Description |
|---|---|
| LDAP | LDAP access class |
Hazaar\Parser
Classes
| Class | Description |
|---|---|
| DocBlock | The docblock parser class. |
| PHP | |
| YAML |
Hazaar\Parser\PHP
Classes
| Class | Description |
|---|---|
| ParserClass | |
| ParserConstant | |
| ParserFile | |
| ParserFunction | |
| ParserInterface | |
| ParserNamespace | |
| ParserParameter | |
| ParserProperty | |
| ParserReturn | |
| ParserTrait | |
| Token | |
| TokenParser |
Hazaar\Parser\PHP\Traits
Traits
| Trait | Description |
|---|---|
| CodeBlock | |
| DocBlockParser | |
| TypedValueParser |
Hazaar\Socket
Classes
| Class | Description |
|---|---|
| Client | The socket client class. |
| Server | The socket server class. |
Hazaar\Socket\Exception
Classes
| Class | Description |
|---|---|
| BindFailed | |
| CreateFailed | |
| ListenFailed | |
| OptionFailed |
Hazaar\Template
Classes
| Class | Description |
|---|---|
| Smarty | Smarty 2.0 Templates. |
Hazaar\Template\Exception
Classes
| Class | Description |
|---|---|
| IncludeFileNotFound | |
| SmartyTemplateError | |
| SmartyTemplateFunctionNotFound |
Hazaar\Template\Smarty
Classes
| Class | Description |
|---|---|
| Compiler | Compiler for Smarty templates |
| Modifier | |
| Renderer |
Hazaar\Template\Smarty\Modifier
Classes
| Class | Description |
|---|---|
| Capitalize | Capitalize a string. |
| Cat | Concatenate strings. |
| CountCharacters | Count the number of characters in a string. |
| CountParagraphs | Count the number of paragraphs in a string. |
| CountSentences | Count the number of sentences in a string. |
| CountWords | Count the number of words in a string. |
| DateFormat | Formats a date using the specified format. |
| DefaultModifier | Returns the default value if the provided value is null. |
| Dump | Dump the variable using var_dump. |
| Escape | Escape a string for HTML, URL or quotes. |
| Export | Export a variable using var_export. |
| Implode | Implode values of an array using a glue string. |
| Indent | Indent a string with a specified number of spaces or a custom string. |
| Lower | Convert string to lowercase. |
| Nl2br | Replaces newlines with tags. |
| NumberFormat | Format a number with grouped thousands. |
| PrintModifier | Print a variable using print_r. |
| RegexReplace | Replace part of a string with another string using a regular expression. |
| Replace | Replace a string with another string. |
| Spacify | Add spaces or other characters between each character in a string. |
| StringFormat | Format a string using sprintf. |
| Strip | Strip whitespace, newlines and tabs from a string. |
| StripTags | Strip HTML tags from a string. |
| Trim | Trims whitespace or other characters from the beginning and end of a string. |
| Truncate | Truncate a string to a certain length if necessary, optionally splitting in the middle of a word. |
| Type | Return the type of a variable. |
| Upper | Convert string to uppercase. |
| Wordwrap | Wraps a string to a given number of characters using a string break character. |
| Yn | Count the number of words in a string. |
Hazaar\Util
Classes
| Class | Description |
|---|---|
| Arr | Hazaar Array Utility Class. |
| BTree | BTree class provides a B-Tree implementation for storing key-value pairs. |
| Boolean | Boolean utility class. |
| Closure | The Hazaar Closure Class. |
| Cron | This class can be used to parse cron strings and compute schedules. |
| DateTime | The date/time class. |
| Extender | The Class Extender Class. |
| GeoData | The GeoData class for accessing geographic information on countries. |
| Interval | Interval utility class. |
| Money | Money class. |
| Number | Number utility class. |
| Obj | Object Utility. |
| RateLimiter | Class RateLimiter. |
| Socket | The PHP socket extensions class. |
| Str | The Str utility class. |
| Timer | Timer class for measuring how long things take. |
| URL | URL utility class. |
| Version | Represents and manipulates versions according to the Semantic Versioning 2.0.0 specification (SemVer). |
Hazaar\Util\BTree
Classes
| Class | Description |
|---|---|
| Record |
Hazaar\Util\Exception
Classes
| Class | Description |
|---|---|
| ClosureNotInitialised | |
| ExtenderAccessFailed | |
| ExtenderInvokeFailed | |
| ExtenderMayNotInherit | |
| InvalidArrowFunction | |
| InvalidClosure | |
| MethodUndefined | |
| PropertyUndefined |
Hazaar\Util\RateLimiter
Classes
| Class | Description |
|---|---|
| Backend |
Hazaar\Util\RateLimiter\Backend
Classes
| Class | Description |
|---|---|
| Cache | |
| DBI | |
| File |
Hazaar\Util\RateLimiter\Enum
Hazaar\Util\RateLimiter\Interface
Interfaces
| Interface | Description |
|---|---|
| Backend |
Hazaar\Validation
Classes
| Class | Description |
|---|---|
| Assert | Assert provides a fluent interface for validating values against various criteria. |
| ValidationException | Exception thrown when validation fails in lazy validation mode. |
Hazaar\View
Classes
| Class | Description |
|---|---|
| FunctionHandler | |
| Helper | |
| Layout | Layout view class. |
| ViewableObject | Abstract class for objects that can be written to a string |
Interfaces
| Interface | Description |
|---|---|
| Viewable | Interface for objects that are writable as a string. |
Hazaar\View\Helper
Classes
| Class | Description |
|---|---|
| Authentication | |
| DateTime | |
| Form | |
| Pagination |
Hazaar\View\Interface
Interfaces
| Interface | Description |
|---|---|
| Helper | Base view helper interface. |
Hazaar\Warlock
Classes
| Class | Description |
|---|---|
| Channel | The Channel class manages a collection of connections to the Warlock server. The purpose of this class is to |
| Client | Control class for Warlock |
| Protocol | Hazaar Application Protocol Class |
| REST |
Hazaar\Warlock\Agent
Classes
| Class | Description |
|---|---|
| Container | |
| Main | |
| Process | |
| Runner | |
| Task |
Hazaar\Warlock\Agent\Struct
Classes
| Class | Description |
|---|---|
| Endpoint |
Hazaar\Warlock\Agent\Task
Classes
| Class | Description |
|---|---|
| Internal | |
| Runner | |
| Service |
Hazaar\Warlock\Connection
Classes
| Class | Description |
|---|---|
| Pipe | |
| Socket |
Hazaar\Warlock\Console
Classes
| Class | Description |
|---|---|
| AgentModule | |
| ServerModule |
Hazaar\Warlock\Enum
Functions
| Function | Description |
|---|---|
| color | |
| fromString | |
| get | |
| isConnected | |
| pad | Returns the padding value for to use for the log level. |
| toString |
Hazaar\Warlock\Exception
Classes
| Class | Description |
|---|---|
| ExtensionNotLoaded |
Hazaar\Warlock\Interface
Interfaces
| Interface | Description |
|---|---|
| Client | |
| Connection | |
| LogWriter | LogWriter interface for writing log messages. |
Hazaar\Warlock\Logger
Classes
| Class | Description |
|---|---|
| EchoWriter | EchoWriter class for writing log messages to the standard output. |
| WarlockWriter |
Hazaar\Warlock\Protocol
Classes
| Class | Description |
|---|---|
| WebSockets |
Hazaar\Warlock\Server
Classes
| Class | Description |
|---|---|
| Client | |
| Functions | |
| Watcher |
Hazaar\Warlock\Server\Client
Classes
| Class | Description |
|---|---|
| Agent | |
| Peer | |
| Service |
Hazaar\Warlock\Server\Component
Classes
| Class | Description |
|---|---|
| Cluster | |
| KVStore |
Hazaar\XML
Classes
| Class | Description |
|---|---|
| Element | Represents an element in an XML document. |
Hazaar\XML\RPC
Classes
| Class | Description |
|---|---|
| Client | |
| Server |
Hazaar\XML\RPC\Exception
Classes
| Class | Description |
|---|---|
| ClientException | |
| InvalidRequest | |
| MethodNotFound | |
| NoCommunication | |
| XMLRPCNotInstalled |
Functions
| Function | Description |
|---|---|
| dump | Dumps information about one or more variables and halts the execution of the script. |
| dumpLog | Logs the provided data with a timestamp. |
Generated by Hazaar API Doc Generator on Wed, 07 Jan 2026 11:30:00 +0000