예제 #1
0
파일: Phone.php 프로젝트: dw250100785/Octo
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setPattern('([0-9 ]+)');
 }