PHP 인터페이스 Neos\Media\Domain\Model\ResourceBasedInterface

파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
getResource ( ) : PersistentResource Returns the PersistentResource
refresh ( ) : void Refreshes this asset after the PersistentResource has been modified

메소드 상세

getResource() 공개 메소드

Returns the PersistentResource
public getResource ( ) : PersistentResource
리턴 Neos\Flow\ResourceManagement\PersistentResource

refresh() 공개 메소드

Refreshes this asset after the PersistentResource has been modified
public refresh ( ) : void
리턴 void