Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Ouzo
Model
all
Ouzo\Model::all PHP Method
Model Class Documentation
ファイルを表示
Open project: letsdrink/ouzo
all()
public
static
method
public
static
all
( ) :
Model[]
return
Model[]
public static function all() { return static::queryBuilder()->fetchAll(); }
Model
__construct
__get
__isset
__set
__toString
__unset
_callAfterSaveCallbacks
_callBeforeSaveCallbacks
_callCallbacks
_fetchRelation
_findById
_findByIdOrNull
_getFields
_getFieldsWithoutPrimaryKey
_prepareParameters
_resetModifiedFields
alias
all
assignAttributes
attributes
count
create
createWithoutValidation
definedAttributes
delete
filterAttributes
filterAttributesPreserveNull
find
findById
findByIdOrNull
findBySql
get
getAttributesForUpdate
getFields
getFieldsWithoutPrimaryKey
getId
getIdName
getModelName
getRelation
getSequenceName
getTableName
innerJoin
insert
insertOrUpdate
inspect
isNew
join
metaInstance
newInstance
nullifyIfEmpty
queryBuilder
reload
rightJoin
select
selectDistinct
update
updateAttributes
using
where