Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/friendsofcake/bootstrap-ui/tests/test_app/TestApp/View/Cell/ArticlesCell.php
<?php
namespace TestApp\View\Cell;

use
Cake\View\Cell;

class
ArticlesCell extends Cell
{

   
/**
     * Default cell action.
     *
     * @return void
     */
   
public function display()
    {
    }
}