attributeFormat() 공개 메소드

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