PHP Classes

File: docs/api/files/Communication/ICommunicationConstants.php.txt

Recommend this page to a friend!
  Classes of AlexanderC   Threadator   docs/api/files/Communication/ICommunicationConstants.php.txt   Download  
File: docs/api/files/Communication/ICommunicationConstants.php.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Threadator
Create threads and send messages between them
Author: By
Last change: Update of docs/api/files/Communication/ICommunicationConstants.php.txt
Date: 2 months ago
Size: 204 bytes
 

Contents

Class file image Download
<?php /** * @author AlexanderC <self@alexanderc.me> * @date 4/8/14 * @time 9:58 AM */ namespace Threadator\Communication; interface ICommunicationConstants { const COMM_RECEIVER_PAD = 9999; }