public function __construct(array $collection = [])
 {
     parent::__construct($collection);
     $this->_terminals[] = '$';
 }