yii\web\CookieCollection::count PHP Метод

count() публичный Метод

This method is required by the SPL Countable interface. It will be implicitly called when you use count($collection).
public count ( ) : integer
Результат integer the number of cookies in the collection.
    public function count()
    {
        return $this->getCount();
    }