PHP Classes

File: tests/org/majkel/tcpdfwarper/generator/data/config.test.php

Recommend this page to a friend!
  Classes of Michal Kowalik   TCPDF Warper   tests/org/majkel/tcpdfwarper/generator/data/config.test.php   Download  
File: tests/org/majkel/tcpdfwarper/generator/data/config.test.php
Role: Auxiliary script
Content type: text/plain
Description: test generator
Class: TCPDF Warper
Create PDF documents using TCPDF fluent interface
Author: By
Last change: Update of tests/org/majkel/tcpdfwarper/generator/data/config.test.php
Date: 7 months ago
Size: 209 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: Micha? (majkel) Kowalik <maf.michal@gmail.com>
 * Date: 1/18/2015
 * Time: 23:22
 */

return array(
       
'a',
       
'b' => array(
        ),
        array(
           
'method' => 'c',
        ),
);