예제 #1
0
 public function addDecorator(Am_Grid_Field_Decorator_Abstract $decorator)
 {
     $this->decorators[] = $decorator;
     $decorator->setField($this);
 }
예제 #2
0
 public function __construct(Am_Grid_Action_LiveCheckbox $action)
 {
     $this->action = $action;
     parent::__construct();
 }
예제 #3
0
파일: Shorten.php 프로젝트: grlf/eyedock
 public function __construct($len)
 {
     $this->len = $len;
     parent::__construct();
 }