| 1 | <?php |
||
| 16 | abstract class ItemAbstract extends CollectionAbstract |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Acesso aos atributos fornecidos pelo SphinxSearch. |
||
| 20 | * |
||
| 21 | * @return array |
||
| 22 | */ |
||
| 23 | protected function getAtributos() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Acesso a um atributo específico. |
||
| 30 | * |
||
| 31 | * @param string $key |
||
| 32 | */ |
||
| 33 | protected function getAtributo($key) |
||
| 43 | |||
| 44 | protected function toLineString($chave) |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @param string $key |
||
| 56 | */ |
||
| 57 | public function find($key) |
||
| 65 | } |
||
| 66 |