SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class LaunchChecks

Copyright (C) 2017 Karmabunny Pty Ltd.

This file is a part of SproutCMS.

SproutCMS is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation, either
version 2 of the License, or (at your option) any later version.

For more information, visit <http://getsproutcms.com>.

This class was originally from Kohana 2.3.4
Copyright 2007-2008 Kohana Team

Variables

NameVisibilityDescription
$results (static) 
$skin (static) 

Functions

NameVisibilityDescription
addResultprotected (static) 
runTestspublic (static) 
testCliDomainpublic (static)Check that the "CLI domain" has been set
testEmailpublic (static) 
testSkinAnalyticspublic (static)Check that each skin has Google Analytics configured
testSkinSiteTitlepublic (static)Check that each skin has a site title set
testSkinTemplatesExistpublic (static)Check that each skin has Google Analytics configured

protected addResult

void LaunchChecks::addResult ( mixed $check , mixed $result , mixed $message );

This function does not have a description

public runTests

unknown LaunchChecks::runTests ( );

This function does not have a description

public testCliDomain

void LaunchChecks::testCliDomain ( );

Check that the "CLI domain" has been set

public testEmail

void LaunchChecks::testEmail ( );

This function does not have a description

public testSkinAnalytics

void LaunchChecks::testSkinAnalytics ( mixed $skin_code );

Check that each skin has Google Analytics configured

public testSkinSiteTitle

void LaunchChecks::testSkinSiteTitle ( mixed $skin_code );

Check that each skin has a site title set

public testSkinTemplatesExist

void LaunchChecks::testSkinTemplatesExist ( mixed $skin_code );

Check that each skin has Google Analytics configured