Overview
  • Namespace
  • Class

Namespaces

  • CupOfTea
    • EasyCfg
      • Contracts
      • Exceptions
      • Facades
  • None

Classes

  • Compiler
  • EasyCfg
  • EasyCfgServiceProvider

Traits

  • Configurable

Trait Configurable

Namespace: CupOfTea\EasyCfg
Located at Configurable.php

Methods summary

public boolean|null
# delete( )

Delete the model from the database.

Delete the model from the database.

Returns

boolean|null

Throws

Exception
public mixed
# __get( string $key )

Dynamically retrieve attributes on the Class.

Dynamically retrieve attributes on the Class.

Parameters

$key

Returns

mixed
public
# __set( string $key, mixed $value )

Dynamically set attributes on the Class.

Dynamically set attributes on the Class.

Parameters

$key
$value
public mixed
# __unset( string $key )

Dynamically remove attributes on the Class.

Dynamically remove attributes on the Class.

Parameters

$key

Returns

mixed

Properties summary

public array $_cupoftea_easy_cfg

Object Config items.

Object Config items.

# []
protected array $fields

Model Database fields.

Model Database fields.

# []
API documentation generated by ApiGen