PHP 클래스 IMP_Quota_Ui, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
quota ( string $mailbox = null, boolean $force = true ) : array | boolean Returns data needed to output quota.

메소드 상세

quota() 공개 메소드

Returns data needed to output quota.
public quota ( string $mailbox = null, boolean $force = true ) : array | boolean
$mailbox string Mailbox to query.
$force boolean If true, ignore 'interval' config option and force quota display.
리턴 array | boolean Array with these keys: class, message, percent. Returns false if no updated quota information.