예제 #1
0
파일: Card.php 프로젝트: ewosp/icedeck
 public function HasKeyword($keyword)
 {
     Keywords::Has('C', $this->id, $keyword);
 }