Class

MappingModelField

Package: MVC\Model Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2009 10 02 Located at: mvc/model/MappingModelField.class.php
Methods summary
public
# __construct( $property_name, $db_field_name = self::DEFAULT_PROPERTY_NAME )
public string
# get_db_field_name( )
public string
# get_property_name( )
public string
# getter( )
public string
# setter( )
Constants summary
integer DEFAULT_PROPERTY_NAME
# 0x01
string GETTER_PREFIX
# 'get_'
string SETTER_PREFIX
# 'set_'