public function TraversableString::__toString

File

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

Class

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

Namespace

Assetic\Util

Code

public function __toString() {
  return (string) $this->one;
}