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
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • 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
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • mpClassMapFileCreator
  • mpClassMapFileCreatorContenido
  • mpClassTypeFinder
  • Overview
  • Package
  • Class
  • Todo
  • Download

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( $contenidoInstallPath )

Sets template and template replacements

Sets template and template replacements

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

Assoziative list which contains class type tokens and the related path to the class file.

$file
Destination class map file

Returns

boolean

Overrides

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