| 1 | <?php |
||
| 8 | class BuildString extends Component |
||
| 9 | { |
||
| 10 | public $linkClasses; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Create a new component instance. |
||
| 14 | * |
||
| 15 | * @param $linkClasses |
||
| 16 | */ |
||
| 17 | public function __construct($linkClasses = null) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the view / contents that represent the component. |
||
| 24 | * |
||
| 25 | * @return View|string |
||
| 26 | */ |
||
| 27 | public function render() |
||
| 31 | } |
||
| 32 |