PHP 클래스 Sulu\Component\Webspace\Settings\SettingsManager

상속: implements Sulu\Component\Webspace\Settings\SettingsManagerInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface $sessionManager, Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $deprecatedSessionManager )
load ( $webspaceKey, $key )
loadByWildcard ( $webspaceKey, $wildcard )
loadString ( $webspaceKey, $key )
loadStringByWildcard ( $webspaceKey, $wildcard )
remove ( $webspaceKey, $key )
save ( $webspaceKey, $key, $data )

비공개 메소드들

메소드 설명
decodeValue ( mixed $value ) : mixed Returns decoded value.
getPropertyName ( string $key ) : string Returns phpcr-propertyname for given key.

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface $sessionManager, Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $deprecatedSessionManager )
$sessionManager Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface
$deprecatedSessionManager Sulu\Component\PHPCR\SessionManager\SessionManagerInterface

load() 공개 메소드

public load ( $webspaceKey, $key )

loadByWildcard() 공개 메소드

public loadByWildcard ( $webspaceKey, $wildcard )

loadString() 공개 메소드

public loadString ( $webspaceKey, $key )

loadStringByWildcard() 공개 메소드

public loadStringByWildcard ( $webspaceKey, $wildcard )

remove() 공개 메소드

public remove ( $webspaceKey, $key )

save() 공개 메소드

public save ( $webspaceKey, $key, $data )