php-ej1-demos/EJ/Grid/ChildGrid.php

11 строки
147 B
PHP

<?php
namespace EJ\Grid;
class ChildGrid {
public function lipMode ($value) {
$this -> lipMode = $value;
return $this;
}
}
?>