SMMP/build/token/core/TreeTokenNull.php

14 lines
189 B
PHP
Raw Permalink Normal View History

<?php
namespace token\core;
class TreeTokenNull{
public function __construct(){}
public function init_parent(){ return true; }
public function init_child(){ return true; }
}