Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • PHP
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SIWECOS
    • 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( string $contenidoInstallPath )

Parameters

$contenidoInstallPath
string
$contenidoInstallPath

Overrides

mpClassMapFileCreator::__construct()
public boolean
# 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

Returns

boolean

Overrides

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