Overview

Namespaces

  • Nethgui
    • Adapter
    • Authorization
    • Component
    • Controller
      • Collection
      • Table
    • Exception
    • Log
    • Model
    • Module
      • Help
      • Notification
    • Renderer
    • Serializer
    • System
    • Test
      • Tool
      • Unit
        • Nethgui
          • Adapter
            • ParameterSet
          • Authorization
          • Log
          • Module
            • Notification
          • Renderer
          • Serializer
          • System
          • Utility
          • View
        • Test
          • Tool
    • Utility
    • View
    • Widget
      • Xhtml
  • None
  • Test
    • Tool

Classes

  • ArrayAdapter
  • LazyLoaderAdapter
  • MultipleAdapter
  • RecordAdapter
  • RecordKeyAdapter
  • ScalarAdapter
  • TableAdapter
  • TabularValueAdapter

Interfaces

  • AdapterAggregateInterface
  • AdapterAggregationInterface
  • AdapterInterface
  • ModifiableInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Class ScalarAdapter

Scalar adapter maps a scalar value to a key or prop value through a Serializer.

Nethgui\Adapter\ScalarAdapter implements Nethgui\Adapter\AdapterInterface
Namespace: Nethgui\Adapter
Located at Adapter/ScalarAdapter.php
Methods summary
public
# __construct( Nethgui\Serializer\SerializerInterface $serializer )
public
# delete( )

Api

Implementation of

Nethgui\Adapter\AdapterInterface::delete()
public mixed
# get( )

Returns

mixed

Api

Implementation of

Nethgui\Adapter\AdapterInterface::get()
public
# set( $value )

Api

Var

mixed $value

Implementation of

Nethgui\Adapter\AdapterInterface::set()
public bool;
# isModified( )

Report if the object state has been changed from the last save()

Report if the object state has been changed from the last save()

Returns

bool;

Api

Implementation of

Nethgui\Adapter\ModifiableInterface::isModified()
public boolean
# save( )

Persist the object state

Persist the object state

Returns

boolean

See

Nethgui\Adapter\ScalarAdapter::isModified()

Api

Implementation of

Nethgui\Adapter\ModifiableInterface::save()
Properties summary
protected $modified
#
protected $value
#
Nethgui Framework API documentation generated by ApiGen