yii\web\CookieCollection::getCount PHP Méthode

getCount() public méthode

Returns the number of cookies in the collection.
public getCount ( ) : integer
Résultat integer the number of cookies in the collection.
    public function getCount()
    {
        return count($this->_cookies);
    }