12 lines
171 B
PHP
12 lines
171 B
PHP
|
|
<?php
|
||
|
|
namespace DynCom\mysyde\common\classes;
|
||
|
|
/**
|
||
|
|
* Created by PhpStorm.
|
||
|
|
* User: Michael Bauer
|
||
|
|
* Date: 7/14/2015
|
||
|
|
* Time: 12:04 AM
|
||
|
|
*/
|
||
|
|
class DOMNodeView
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|