PHP 클래스 Phalcon\Db\Adapter\MongoDB\GridFS\Exception\FileNotFoundException

상속: extends Phalcon\Db\Adapter\MongoDB\Exception\RuntimeException
파일 보기 프로젝트 열기: phalcon/incubator 1 사용 예제들

공개 메소드들

메소드 설명
byFilenameAndRevision ( string $filename, integer $revision, string $namespace ) : self Thrown when a file cannot be found by its filename and revision.
byId ( mixed $id, string $namespace ) : self Thrown when a file cannot be found by its ID.

메소드 상세

byFilenameAndRevision() 공개 정적인 메소드

Thrown when a file cannot be found by its filename and revision.
public static byFilenameAndRevision ( string $filename, integer $revision, string $namespace ) : self
$filename string Filename
$revision integer Revision
$namespace string Namespace for the files collection
리턴 self

byId() 공개 정적인 메소드

Thrown when a file cannot be found by its ID.
public static byId ( mixed $id, string $namespace ) : self
$id mixed File ID
$namespace string Namespace for the files collection
리턴 self