Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
hiqdev
assetpackagist
models
Release
PHP Class hiqdev\assetpackagist\models\Release
Inheritance:
extends
yii\base\Model
Show file
Open project: hiqdev/asset-packagist
Public Properties
Property
Type
Description
$dist
array
$name
release name
$require
release requirements
$source
array
$uid
release UID
$version
the release version
Public Methods
Method
Description
isValid
( ) :
boolean
Method Details
isValid()
public
method
public
isValid
( ) :
boolean
return
boolean
whether the release is valid and can be used generally used
Property Details
$dist
public property
public
array
$dist
return
array
$name
public property
release name
public
$name
$require
public property
release requirements
public
$require
$source
public property
public
array
$source
return
array
$uid
public property
release UID
public
$uid
$version
public property
the release version
public
$version