PHP Class Phalcon\Test\Models\Customers

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Inheritance: extends Phalcon\Mvc\Model
Show file Open project: phalcon/cphalcon Class Usage Examples

Public Properties

Property Type Description
$birth_date
$created_at
$credit_line
$customer_id
$document_id
$email
$first_name
$id
$instructions
$last_name
$phone
$status

Protected Properties

Property Type Description
$protected_field

Public Methods

Method Description
initialize ( )

Method Details

initialize() public method

public initialize ( )

Property Details

$birth_date public property

public $birth_date

$created_at public property

public $created_at

$credit_line public property

public $credit_line

$customer_id public property

public $customer_id

$document_id public property

public $document_id

$email public property

public $email

$first_name public property

public $first_name

$id public property

public $id

$instructions public property

public $instructions

$last_name public property

public $last_name

$phone public property

public $phone

$protected_field protected property

protected $protected_field

$status public property

public $status