CMC for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • cmc
    • core
      • ui
    • db
      • mysqli
    • error
    • ui
      • widgets
  • PHP

Classes

  • documentFrame
  • material
  • widgetView
  • widgetViews

CMC for PHP is a web framework for PHP.
Copyright (c) 2014 by Calmarsoft company http://calmarsoft.com (FRANCE). All rights reserved.
Project information available here.

Class widgetViews

Handles the list of widgetView instances for a given widget instance

cmc\core\ui\widgetViews implements cmc\core\IClonable, cmc\core\ISerializable
Namespace: cmc\core\ui
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at core/ui/widgetViews.php

Methods summary

public cmc\core\ui\widgetView
# initDOMElement( cmc\ui\view $view, cmc\ui\frame $frame, string $xpath )

Initialize a DOM element and returns corresponding widgetView instance

Initialize a DOM element and returns corresponding widgetView instance

detect if xpath result is differrent => stores it in the array

Parameters

$view
cmc\ui\view
the actual view
$frame
cmc\ui\frame
the actual frame
$xpath
string
the item search xpath crietria

Returns

cmc\core\ui\widgetView
public cmc\core\ui\widgetView
# restoreDOMElem( cmc\ui\view $view )

retrieves the widgetView instance from given view instance

retrieves the widgetView instance from given view instance

Parameters

$view
cmc\ui\view
$view

Returns

cmc\core\ui\widgetView
public
# OnSerialize( )

called when serialized with the app

called when serialized with the app

Implementation of

cmc\core\ISerializable::OnSerialize()
public
# OnUnserialize( )

called after deserialization

called after deserialization

Implementation of

cmc\core\ISerializable::OnUnserialize()
public
# onClone( cmc\core\ui\widgetView $srcinstance )

called after having cloned this object

called after having cloned this object

Parameters

$srcinstance
cmc\core\ui\widgetView
$srcinstance

Methods inherited from cmc\core\IClonable

OnClone()

Magic methods summary

CMC for PHP API documentation generated by ApiGen 2.8.0