attributeFormat() public method

Renders a link to the related detail view
public attributeFormat ( $attribute ) : null | string
return null | string
Ejemplo n.º 1
0
 public function attributeFormat($column)
 {
     return TabPadding::pad(parent::attributeFormat($column), 3, true);
 }