/**
  * Used to draw the entry's title in each cell.
  * @param PICTURE $obj
  * @return TITLE_FORMATTER
  * @access private
  */
 public function title_formatter($obj)
 {
     $Result = parent::title_formatter($obj);
     $this->_url->replace_argument('id', $obj->id);
     $Result->location = $this->_url->as_text();
     return $Result;
 }
Esempio n. 2
0
 /**
  * @param CONTEXT $context Context to which this grid belongs.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->css_class .= ' small-tiles';
 }
Esempio n. 3
0
 /**
  * @param CONTEXT $context Context to which this grid belongs.
  */
 public function __construct($context)
 {
     parent::__construct($context);
 }
 /**
  * @param CONTEXT $context Context to which this grid belongs.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->css_class .= ' full-width';
 }