PHP 클래스 Phalcon\Test\Unit\Mvc\ViewTest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
상속: extends Phalcon\Test\Module\UnitTest, use trait Helper\ViewTrait
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
testCacheDI ( )
testDisableLevels ( )
testExists ( ) Tests View::exists
testGetActiveRenderPath ( ) Tests the View::getActiveRenderPath
testGetCurrentRenderLevel ( ) Tests the View::getCurrentRenderLevel
testGetRegisteredEngines ( ) Tests the View::getRegisteredEngines
testGetRender ( ) Tests View::getRender
testLayoutAndPick ( ) Test using different layout and pick
testMissingPartial ( ) Tests render with missing partial
testMustacheEngine ( ) Tests the Mustache Engine
testMustacheMixedEngine ( ) Tests the mix Mustache with PHP Engines
testMustacheMixedEnginePartials ( ) Tests using partials with the mix Mustache with PHP Engines
testOverrideLayout ( ) Tests using partials with the mix Twig with PHP Engines
testOverrideMainView ( ) Tests View::setMainView
testRenderingWithPartials ( ) Tests rendering with partials
testSettersAndGetters ( )
testStandardRender ( ) Tests View::render
testTwigEngine ( ) Tests the Twig Engine
testTwigMixedEngine ( ) Tests the mix Twig with PHP Engines
testTwigMixedEnginePartials ( ) Tests using partials with the mix Twig with PHP Engines
testViewCacheIndependency ( )
testViewOptions ( )
testViewParamIsset ( )
ytestCacheMethods ( )

보호된 메소드들

메소드 설명
_clearCache ( )
_getViewDisabled ( $level = null )

비공개 메소드들

메소드 설명
_getDi ( $service = 'viewCache', $lifetime = 60 )

메소드 상세

_clearCache() 보호된 메소드

protected _clearCache ( )

_getViewDisabled() 보호된 메소드

protected _getViewDisabled ( $level = null )

testCacheDI() 공개 메소드

public testCacheDI ( )

testDisableLevels() 공개 메소드

public testDisableLevels ( )

testExists() 공개 메소드

Tests View::exists
부터: 2014-05-28
저자: Kamil Skowron ([email protected])
public testExists ( )

testGetActiveRenderPath() 공개 메소드

Tests the View::getActiveRenderPath
부터: 2014-08-14
저자: Serghei Iakovlev ([email protected])

testGetCurrentRenderLevel() 공개 메소드

Tests the View::getCurrentRenderLevel
부터: 2013-10-03
저자: Volodymyr Kolesnykov ([email protected])

testGetRegisteredEngines() 공개 메소드

Tests the View::getRegisteredEngines
부터: 2014-05-28
저자: Kamil Skowron ([email protected])

testGetRender() 공개 메소드

Tests View::getRender
부터: 2012-26-12
저자: Andres Gutierrez ([email protected])
public testGetRender ( )

testLayoutAndPick() 공개 메소드

Test using different layout and pick
부터: 2013-01-07
저자: Andres Gutierrez ([email protected])
public testLayoutAndPick ( )

testMissingPartial() 공개 메소드

Tests render with missing partial
부터: 2014-05-28
저자: Kamil Skowron ([email protected])
public testMissingPartial ( )

testMustacheEngine() 공개 메소드

Tests the Mustache Engine
부터: 2012-08-17
저자: Andres Gutierrez ([email protected])
public testMustacheEngine ( )

testMustacheMixedEngine() 공개 메소드

Tests the mix Mustache with PHP Engines
부터: 2012-08-17
저자: Andres Gutierrez ([email protected])

testMustacheMixedEnginePartials() 공개 메소드

Tests using partials with the mix Mustache with PHP Engines
부터: 2012-08-17
저자: Andres Gutierrez ([email protected])

testOverrideLayout() 공개 메소드

Tests using partials with the mix Twig with PHP Engines
부터: 2013-01-07
저자: Andres Gutierrez ([email protected])
public testOverrideLayout ( )

testOverrideMainView() 공개 메소드

Tests View::setMainView
부터: 2014-05-28
저자: Kamil Skowron ([email protected])

testRenderingWithPartials() 공개 메소드

Tests rendering with partials
부터: 2012-05-28
저자: Andres Gutierrez ([email protected])

testSettersAndGetters() 공개 메소드

testStandardRender() 공개 메소드

Tests View::render
부터: 2012-03-05
저자: Andres Gutierrez ([email protected])
public testStandardRender ( )

testTwigEngine() 공개 메소드

Tests the Twig Engine
부터: 2012-08-17
저자: Andres Gutierrez ([email protected])
public testTwigEngine ( )

testTwigMixedEngine() 공개 메소드

Tests the mix Twig with PHP Engines
부터: 2012-08-17
저자: Andres Gutierrez ([email protected])
public testTwigMixedEngine ( )

testTwigMixedEnginePartials() 공개 메소드

Tests using partials with the mix Twig with PHP Engines
부터: 2012-08-17
저자: Andres Gutierrez ([email protected])

testViewCacheIndependency() 공개 메소드

testViewOptions() 공개 메소드

public testViewOptions ( )

testViewParamIsset() 공개 메소드

public testViewParamIsset ( )

ytestCacheMethods() 공개 메소드

public ytestCacheMethods ( )