<?php /** * @author AlexanderC <self@alexanderc.me> * @date 4/8/14 * @time 9:58 AM */ namespace Threadator\Communication; interface ICommunicationConstants { const COMM_RECEIVER_PAD = 9999; }
info at phpclasses dot org