xplo.re Medusa Core Framework 3.1
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • Pair
  • Retained

Class Retained

Equals the standard default storage element but returns an element instance instead of storage result where applicable (ie. self-retained).

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\Set\Mutable implements Core\Mutator
Extended by Core\Field implements Core\Inquiry
Extended by Core\Field\Mutable implements Core\Variator
Extended by Core\Storage\Field
Extended by Core\Storage\Field\Element
Extended by Core\Storage\Field\Element\Retained
Abstract
Namespace: Core\Storage\Field\Element
Package: Core\Storage
Since: 3.1
Requires: PHP 5.3
Version: 2.0
Located at Storage/Field/Element/Retained.inc.php

Methods summary

public static static
# add( array $entry )

Adds a new entry to the storage back-end.

Adds a new entry to the storage back-end.

Parameters

$entry
Associative key-value set of entry data.

Returns

static
Instance for added storage entry based on the returned insert ID.

Since

3.1

Overrides

Core\Storage\Field\Element::add

Methods inherited from Core\Storage\Field\Element

__construct(), driver(), erase(), eraseID(), get(), update(), updateID()

Methods inherited from Core\Storage\Field

cache(), getDataForUndefinedKey(), setCacheMode(), setDataForKey(), setDataForUndefinedKey()

Methods inherited from Core\Field\Mutable

offsetSet(), offsetUnset(), setDataForKeys(), setKeyMasquerade(), updateMasqueradedKeys()

Methods inherited from Core\Field

getDataForKey(), getDataForKeys(), issetDataForKey(), offsetExists(), offsetGet()

Methods inherited from Core\Set\Mutable

__set(), __unset()

Methods inherited from Core\Set

__get(), __isset()

Methods inherited from Core\Object

__autocreateFactory(), __call(), __processParameters(), __toString(), attachMethod(), chain(), getValueForKey(), getValueForKeyPath(), getValueForUndefinedKey(), hash(), issetValueForKey(), setValueForKey(), setValueForKeyPath(), setValueForUndefinedKey(), uuid()

Constants summary

Constants inherited from Core\Storage\Field\Element

KeyName, ReferenceName, StorageName

Constants inherited from Core\Storage\Field

FullCache, IncrementalCache, NoCache

Constants inherited from Core\Object

AnyParameterType, AutochainParameterType, AutocreateParameterType, BooleanParameterType, CharParameterType, EnumParameterType, IntegerParameterType, RealParameterType, StringParameterType, UserParameterType

Properties summary

Properties inherited from Core\Storage\Field

$_v_cacheMode, $_v_conditional, $_v_driver, $_v_reference, $_v_virtualData

Properties inherited from Core\Field\Mutable

$_v_masqueradedKeys

Properties inherited from Core\Field

$_v_data

Magic properties inherited from Core\Storage\Field

$cacheMode, $conditional, $driver, $reference, $virtualData

Magic properties inherited from Core\Field\Mutable

$masqueradedKeys

Magic properties inherited from Core\Field

$data

Magic properties inherited from Core\Object

$hash, $uuid

xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen