nineinchnick\nfy\components\MailQueue::peek PHP 메소드

peek() 공개 메소드

public peek ( $subscriber_id = null, $limit, $status = Message::AVAILABLE )
    public function peek($subscriber_id = null, $limit = -1, $status = Message::AVAILABLE)
    {
        throw new NotSupportedException(Yii::t('app', 'MailQueue does not support peeking.'));
    }