Beispiel #1
0
 /**
  * Return response array data
  * @return array
  */
 protected function getResponseData()
 {
     return ['status' => 'success', 'title' => $this->title, 'url' => $this->url, 'canonicalUrl' => UrlHelper::canonicalPage($this->url), 'description' => $this->description, 'image' => $this->imageUrl];
 }