PHP 클래스 app\models\TaxRate

상속: extends EntityModel, use trait Illuminate\Database\Eloquent\SoftDeletes
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dates array
$fillable array

공개 메소드들

메소드 설명
__toString ( ) : boolean | string
getEntityType ( ) : mixed
user ( ) : mixed

메소드 상세

__toString() 공개 메소드

public __toString ( ) : boolean | string
리턴 boolean | string

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array

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

protected array $fillable
리턴 array