コード例 #1
0
 public function getSlug()
 {
     return $this->post->getYear() . '/' . $this->post->getMonth() . '/' . $this->post->getDay() . '/' . $this->post->getSlug();
 }