Project

General

Profile

Download (291 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?php
2

    
3
class AgentComposeHandler extends ItemComposeHandler {
4

    
5
  private $enclosing_tag = 'div';
6

    
7
  public function getClassAttributes($item) {
8
    return $this->classAttributes($item);
9
  }
10

    
11
  public function composeItem($item) {
12
    return compose_agent($item, $this->enclosing_tag);
13
  }
14
}
(1-1/8)