PHP 클래스 OCA\Richdocuments\Controller\SessionController

상속: extends OCP\AppFramework\Controller
파일 보기 프로젝트 열기: owncloud/richdocuments

보호된 프로퍼티들

프로퍼티 타입 설명
$logger
$shareToken
$uid

공개 메소드들

메소드 설명
__construct ( $appName, OCP\IRequest $request, $logger, $uid )
join ( $fileId )
joinAsGuest ( $token, $name )
poll ( $command, $args )
pollAsGuest ( $command, $args )
save ( ) Store the document content to its origin
saveAsGuest ( ) Store the document content to its origin

보호된 메소드들

메소드 설명
loadMember ( $memberId, $expectedEsId = null )
loadSession ( $esId )
validateSession ( $session )

메소드 상세

__construct() 공개 메소드

public __construct ( $appName, OCP\IRequest $request, $logger, $uid )
$request OCP\IRequest

join() 공개 메소드

public join ( $fileId )

joinAsGuest() 공개 메소드

public joinAsGuest ( $token, $name )

loadMember() 보호된 메소드

protected loadMember ( $memberId, $expectedEsId = null )

loadSession() 보호된 메소드

protected loadSession ( $esId )

poll() 공개 메소드

public poll ( $command, $args )

pollAsGuest() 공개 메소드

public pollAsGuest ( $command, $args )

save() 공개 메소드

Store the document content to its origin
public save ( )

saveAsGuest() 공개 메소드

Store the document content to its origin
public saveAsGuest ( )

validateSession() 보호된 메소드

protected validateSession ( $session )

프로퍼티 상세

$logger 보호되어 있는 프로퍼티

protected $logger

$shareToken 보호되어 있는 프로퍼티

protected $shareToken

$uid 보호되어 있는 프로퍼티

protected $uid