예제 #1
0
 public function getSlug()
 {
     return $this->id . '-' . strtolower(Utils::cleanString(Info::getTypeLabel($this->type)));
 }