PHP Class Client, yupe

Show file Open project: yupe/yupe Class Usage Examples

Public Properties

Property Type Description
$ordersTotalNumber
$ordersTotalSum

Public Methods

Method Description
getLastOrder ( ) : null
getOrderNumber ( ) : mixed
getOrderSum ( ) : mixed
getOrders ( ) : CActiveDataProvider
model ( null | string $className = __CLASS__ ) : User | static
relations ( ) : array | mixed
rules ( ) : array | mixed
search ( $pageSize = 10 ) : CActiveDataProvider Поиск пользователей по заданным параметрам:

Method Details

getLastOrder() public method

public getLastOrder ( ) : null
return null

getOrderNumber() public method

public getOrderNumber ( ) : mixed
return mixed

getOrderSum() public method

public getOrderSum ( ) : mixed
return mixed

getOrders() public method

public getOrders ( ) : CActiveDataProvider
return CActiveDataProvider

model() static public method

static public model ( null | string $className = __CLASS__ ) : User | static
$className null | string
return User | static

relations() public method

public relations ( ) : array | mixed
return array | mixed

rules() public method

public rules ( ) : array | mixed
return array | mixed

Property Details

$ordersTotalNumber public property

public $ordersTotalNumber

$ordersTotalSum public property

public $ordersTotalSum