PHP 클래스 Locker\Repository\Statement\EloquentStorer

상속: extends EloquentReader, implements Locker\Repository\Statement\Storer
파일 보기 프로젝트 열기: learninglocker/learninglocker

보호된 프로퍼티들

프로퍼티 타입 설명
$attacher
$hashes
$inserter
$linker
$voider

공개 메소드들

메소드 설명
__construct ( )
store ( array $statements, array $attachments, StoreOptions $opts ) : [String] Stores statements and attachments with the given options

보호된 메소드들

메소드 설명
update ( array $conditions, $new_object, Options $opts )

비공개 메소드들

메소드 설명
activateStatements ( array $ids, StoreOptions $opts ) Activates the statements using their UUIDs.
constructValidStatements ( array $statements, StoreOptions $opts ) : [String Constructs valid statements.
getUUID ( ) : String Generates a UUID.

메소드 상세

__construct() 공개 메소드

public __construct ( )

store() 공개 메소드

Stores statements and attachments with the given options
public store ( array $statements, array $attachments, StoreOptions $opts ) : [String]
$statements array
$attachments array
$opts StoreOptions
리턴 [String]

update() 보호된 메소드

protected update ( array $conditions, $new_object, Options $opts )
$conditions array
$opts Options

프로퍼티 상세

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

protected $attacher

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

protected $hashes

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

protected $inserter

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

protected $linker

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

protected $voider