nineinchnick\nfy\components\MailQueue::receive PHP Method

receive() public method

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