PHP Class App\Models\Store\Address

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: ppy/osu-web Class Usage Examples

Protected Properties

Property Type Description
$connection
$guarded
$primaryKey
$table

Public Methods

Method Description
country ( )
countryName ( )
sender ( )
shippingRate ( )
user ( )

Method Details

country() public method

public country ( )

countryName() public method

public countryName ( )

sender() public static method

public static sender ( )

shippingRate() public method

public shippingRate ( )

user() public method

public user ( )

Property Details

$connection protected property

protected $connection

$guarded protected property

protected $guarded

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table