예제 #1
0
파일: Row.php 프로젝트: AttilaJenei/Seek-R
 /**
  * Refresh
  *
  * @return SeekR_Row
  */
 public final function refresh()
 {
     $this->_table->refreshRow($this);
     return $this;
 }