Phalcon\Test\Models\Some\RobottersDeles::initialize PHP Method

initialize() public method

public initialize ( )
    public function initialize()
    {
        $this->belongsTo('delesCode', Deles::class, 'code', array('foreignKey' => true));
        $this->belongsTo('robottersCode', Robotters::class, 'code', array('foreignKey' => array('message' => 'The robotters code does not exist')));
    }