columnFormat() 공개 메소드

Renders a link to the related detail view
public columnFormat ( $attribute, $model ) : null | string
$model ActiveRecord
리턴 null | string
예제 #1
0
 public function columnFormat($column, $model)
 {
     return TabPadding::pad(parent::columnFormat($column, $model), 2, true);
 }