個人用ツール

「関数リファレンス/BcBaser existsPublishLink」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
(ページの作成:「## 説明 公開ページへのリンクが存在するかチェックする。 ## 使い方 <syntaxhighlight lang="php"> $this->BcBaser->existsPublishLink(); </syntaxh...」)
 
行5: 行5:
 
## 使い方
 
## 使い方
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
$this->BcBaser->existsPublishLink();
+
<?php $this->BcBaser->existsPublishLink(); ?>
 
</syntaxhighlight>
 
</syntaxhighlight>
  
  
 
## パラメータ
 
## パラメータ
 
+
なし
  
 
## 戻り値
 
## 戻り値
行23: 行23:
 
####コード
 
####コード
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
 
+
<?php $this->BcBaser->existsPublishLink(); ?>
 
</syntaxhighlight>
 
</syntaxhighlight>
  

2015年4月22日 (水) 16:58時点における版

説明

公開ページへのリンクが存在するかチェックする。

使い方

<?php $this->BcBaser->existsPublishLink(); ?>

パラメータ

なし

戻り値

boolean
リンクが存在する場合は true を返す。

用例

基本

コード

<?php $this->BcBaser->existsPublishLink(); ?>

応用

コード

 

出力

変更履歴

ソースファイル

関連資料