Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • mpClassMapFileCreator
  • mpClassMapFileCreatorContenido
  • mpClassTypeFinder
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class mpClassMapFileCreatorContenido

Class to create a PHP file which contains a assoziative PHP array.

Generated file will contain a PHP array as following:

return array(
    '{classname}' => '{path_to_classfile}',
    '{classname2}' => '{path_to_classfile2}',
);
mpClassMapFileCreator
Extended by mpClassMapFileCreatorContenido
Package: mpAutoloaderClassMap
Category: Development
Copyright: Copyright (c) 2010 Murat Purc (http://www.purc.de)
License: - GNU General Public License, version 2
Author: Murat Purc <murat@purc.de>
Located at tools/mpAutoloaderClassMap/mpClassMapFileCreatorContenido.php
Methods summary
public
# __construct( mixed $contenidoInstallPath )

Sets template and template replacements

Sets template and template replacements

Overrides

mpClassMapFileCreator::__construct()
public
# create( array $data, string $file )

Creates classmap file with passed data list. Prepares the classmap entries before passing them to parents create function.

Creates classmap file with passed data list. Prepares the classmap entries before passing them to parents create function.

Parameters

$data
array
$data Assoziative list which contains class type tokens and the related path to the class file.
$file
string
$file Destination class map file

Overrides

mpClassMapFileCreator::create()
Methods inherited from mpClassMapFileCreator
_createClassMap(), _renderTemplate()
Properties summary
private mixed $_contenidoInstallPath
#
Properties inherited from mpClassMapFileCreator
$_data, $_template
CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0