public function TraversableString::count

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php, line 35

Class

TraversableString
An object that can be used as either a string or array.

Namespace

Assetic\Util

Code

public function count() {
  return count($this->many);
}