예제 #1
0
파일: index.php 프로젝트: bztsrc/phppe3
 public function edit()
 {
     return '<input' . @View::v($this, $this->attrs[1], $this->attrs[0]) . " type='datetime-local' value=\"" . htmlspecialchars(trim($this->value)) . '">';
 }