<?php namespace domain\_; interface StatusInterface { const STATUS_DELETED = -1; const STATUS_OFFLINE = 0; const STATUS_ONLINE = 1; }