PHP Class Yab\Quarx\Models\Image

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: YABhq/Quarx Class Usage Examples

Public Properties

Property Type Description
$primaryKey
$rules
$table

Protected Properties

Property Type Description
$guarded

Public Methods

Method Description
getUrlAttribute ( ) : string Get the images url location.
toArray ( )

Method Details

getUrlAttribute() public method

Get the images url location.
public getUrlAttribute ( ) : string
return string

toArray() public method

public toArray ( )

Property Details

$guarded protected property

protected $guarded

$primaryKey public property

public $primaryKey

$rules public static property

public static $rules

$table public property

public $table