# css-javascript-toolbox/12.0.6/models/package/xml/definition/interface/element.php

CSS &amp; JavaScript Toolbox, version 12.0.6. 43 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/12.0.6/code/models/package/xml/definition/interface/element.php
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/12.0.6/raw/models/package/xml/definition/interface/element.php
- Modified: 2025-10-28T13:57:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/css-javascript-toolbox/12.0.6/code/models/package/xml/definition/interface/element.php#L10-L20`.

```php
<?php
/**
* 
*/

/**
* 
*/
interface CJT_Models_Package_Xml_Definition_Interface_Element {
	
	/**
	* put your comment there...
	* 
	* @param SimpleXMLElement $node
	* @return CJT_Models_Package_Xml_Definition_Interface_Element
	*/
	public function __construct(SimpleXMLElement $node, $parent, $factory);
	
	/**
	* put your comment there...
	* 
	*/
	public function processInners();
	
	/**
	* put your comment there...
	* 
	*/
	public function register();
	
	/**
	* put your comment there...
	* 
	*/
	public function transit();
	
	/**
	* Return virual path to current doc object
	*/
	public function virtualPath();
	
} // End class.

```
