<?php namespace common\libs\dataList\column; interface InterfaceColumn { /** * @return mixed */ public function result(); }