コード例 #1
0
ファイル: BaseBlock.php プロジェクト: SerdarSanri/VaneMart
 function can($feature)
 {
     $user = $this->user(false) ?: Guest::singleton();
     return (bool) $user->can($feature);
 }