예제 #1
0
파일: Set.php 프로젝트: lytc/sloths
 public function toString()
 {
     return 'SET ' . parent::toString();
 }