Esempio n. 1
0
 /**
  * Constructs a new cast-expression node.
  *
  * @param string $image The original cast image.
  */
 public function __construct($image)
 {
     parent::__construct(preg_replace('(\\s+)', '', strtolower($image)));
 }