Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/croogo/croogo/Example/src/View/Cell/ExampleDashboardCell.php
<?php

namespace Croogo\Example\View\Cell;

use
Cake\View\Cell;

class
ExampleDashboardCell extends Cell
{

    public function
welcome()
    {
    }
}