コード例 #1
0
 /**
  * Check the selector
  * @param array $data 
  */
 public function Check($data)
 {
     $value = $data[$this->prefix . 'Page'];
     return $this->pageField->Check($value);
 }