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.'));
    }