Documentation

Composer
in package

Composer installer.

Tags
copyright

YetiForce S.A.

license

YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)

author

Mariusz Krzaczkowski m.krzaczkowski@yetiforce.com

Table of Contents

$clearFiles  : array<string|int, mixed>
List of redundant files.
$clearVendorFiles  : array<string|int, mixed>
Clear vendor files.
$copyDirectories  : array<string|int, mixed>
Copy directories.
$publicPackage  : array<string|int, atring>
List of public packages.
clear()  : void
Delete redundant files.
customCopy()  : void
Custom copy.
install()  : void
Post update and post install function.
parseCreditsVue()  : void
Parse credits vue.

Properties

$clearFiles

List of redundant files.

public static array<string|int, mixed> $clearFiles = ['.github', '.dependabot', '.git', '.npm', '.gitattributes', '.gitignore', '.gitkeep', '.editorconfig', '.styleci.yml', '.travis.yml', 'mkdocs.yml', '.coveralls.yml', '.scrutinizer.yml', '.php_cs.dist', 'build.xml', 'phpunit.xml.dist', 'phpunit.xml', 'changelog.phpexcel.md', 'changelog.md', 'changes.md', 'contributing.md', 'readme.md', 'security.md', 'upgrade.md', 'doc', 'docs', 'demo', 'examples', 'extras', 'install', 'js-test', 'maintenance', 'migrations', 'news', 'phorum', 'readme', 'sample', 'samples', 'todo', 'tutorial', 'test', 'tests', 'whatsnew', 'wysiwyg', 'views', '_translationstatus.txt', 'composer_release_notes.txt', 'change_log.txt', 'cldr-version.txt', 'inheritance_release_notes.txt', 'metadata-version.txt', 'modx.txt', 'news.txt', 'new_features.txt', 'readme.txt', 'smarty_2_bc_notes.txt', 'smarty_3.0_bc_notes.txt', 'smarty_3.1_notes.txt', '.sami.php', 'get_oauth_token.php', 'test-settings.sample.php', 'test-settings.travis.php', 'install.fr.utf8', 'jquery.min.js', 'release1-update.php', 'release2-tag.php', 'phpdoc.ini', 'crowdin.yml', 'sonar-project.properties', 'whitesource.config.json', 'changelog.htm', 'FAQ.htm']

$clearVendorFiles

Clear vendor files.

public static array<string|int, mixed> $clearVendorFiles = ['ezyang/htmlpurifier' => ['plugins'], 'illuminate/support' => ['debug'], 'phpoffice/phpspreadsheet' => ['bin'], 'sabre/dav' => ['bin'], 'sabre/event' => ['bin'], 'sabre/http' => ['bin'], 'sabre/vobject' => ['bin'], 'sabre/xml' => ['bin'], 'sonata-project/google-authenticator' => ['makefile'], 'symfony/console' => ['resources'], 'yetiforce/yii2' => ['yii'], 'twig/twig' => ['doc', 'drupal_test.sh']]

$copyDirectories

Copy directories.

public static array<string|int, mixed> $copyDirectories = []

$publicPackage

List of public packages.

public static array<string|int, atring> $publicPackage = ['yetiforce/csrf-magic' => 'move', 'maximebf/debugbar' => 'move', 'yetiforce/yetiforcepdf/lib/Fonts' => 'copy', 'ckeditor/ckeditor' => 'move']

Methods

clear()

Delete redundant files.

public static clear() : void
Return values
void

customCopy()

Custom copy.

public static customCopy() : void
Return values
void

install()

Post update and post install function.

public static install(Event $event) : void
Parameters
$event : Event
Return values
void

parseCreditsVue()

Parse credits vue.

public static parseCreditsVue() : void
Return values
void

        

Search results