PHP 클래스 app\models\Tag

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: spatie-custom/blender 1 사용 예제들

공개 메소드들

메소드 설명
findOrCreate ( $name, string $type = null, string $locale = null ) : Tag
hasType ( string $type ) : boolean

메소드 상세

findOrCreate() 공개 정적인 메소드

public static findOrCreate ( $name, string $type = null, string $locale = null ) : Tag
$type string
$locale string
리턴 Tag

hasType() 공개 메소드

public hasType ( string $type ) : boolean
$type string
리턴 boolean