PHP Class app\models\Tag

Inheritance: extends Illuminate\Database\Eloquent\Model
显示文件 Open project: spatie-custom/blender Class Usage Examples

Public Methods

Method Description
findOrCreate ( $name, string $type = null, string $locale = null ) : Tag
hasType ( string $type ) : boolean

Method Details

findOrCreate() public static method

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

hasType() public method

public hasType ( string $type ) : boolean
$type string
return boolean