PHP 클래스 MediaEntry, Doptor

상속: extends Eloquent, implements Robbo\Presenter\PresentableInterface
파일 보기 프로젝트 열기: doptor/doptor

공개 프로퍼티들

프로퍼티 타입 설명
$images_path Path in the public folder to upload image and its corresponding thumbnail
$rules
$thumbs_path

보호된 프로퍼티들

프로퍼티 타입 설명
$guarded
$table

공개 메소드들

메소드 설명
create ( array $attributes = [] ) : void When creating a post, run the attributes through a validator first.
getImageAttribute ( ) : string Get the image with its directory location
getPresenter ( ) Initiate the presenter class
getThumbnailAttribute ( ) : string Get the thumbnail with its directory location
setImageAttribute ( $file ) Upload the image while creating/updating records
update ( array $attributes = [], array $options = [] ) : void When updating a post, run the attributes through a validator first.

메소드 상세

create() 공개 정적인 메소드

When creating a post, run the attributes through a validator first.
public static create ( array $attributes = [] ) : void
$attributes array
리턴 void

getImageAttribute() 공개 메소드

Get the image with its directory location
public getImageAttribute ( ) : string
리턴 string

getPresenter() 공개 메소드

Initiate the presenter class
public getPresenter ( )

getThumbnailAttribute() 공개 메소드

Get the thumbnail with its directory location
public getThumbnailAttribute ( ) : string
리턴 string

setImageAttribute() 공개 메소드

Upload the image while creating/updating records
public setImageAttribute ( $file )

update() 공개 메소드

When updating a post, run the attributes through a validator first.
public update ( array $attributes = [], array $options = [] ) : void
$attributes array
$options array
리턴 void

프로퍼티 상세

$guarded 보호되어 있는 프로퍼티

protected $guarded

$images_path 공개적으로 프로퍼티

Path in the public folder to upload image and its corresponding thumbnail
public $images_path

$rules 공개적으로 정적으로 프로퍼티

public static $rules

$table 보호되어 있는 프로퍼티

protected $table

$thumbs_path 공개적으로 프로퍼티

public $thumbs_path