コード例 #1
0
 /**
  * Get post permalink
  * 
  * @return string Post permalink
  */
 public function permalink()
 {
     return get_permalink($this->post->id());
 }