コード例 #1
0
ファイル: Page.php プロジェクト: phpink/nami-core-bundle
 /**
  * Get the url of the page background.
  *
  * @return string
  */
 public function getBackgroundUrl()
 {
     return $this->background ? $this->background->getUrl() : '';
 }