Skip to content

Dictionary.php

dimezilla edited this page Aug 27, 2018 · 2 revisions

Dictionary.php

A very important dictionary that we may use in our classes

Source:

<?php
/**
 * A very important dictionary that we may use in our classes
 */

namespace DimeZilla\Test\Lib;

/**
 * Doesn't do anything right now
 */
class Dictionary
{

}


Documentation was generated from source code comments on 2018-08-27 using phpDocumentor and dimezilla/php-doc-markdown


Clone this wiki locally