PHP 클래스 App\Repositories\AbstractConfigRepository

상속: implements App\Repositories\RepositoryInterface
파일 보기 프로젝트 열기: ngmy/webloyer

보호된 프로퍼티들

프로퍼티 타입 설명
$reader
$writer

공개 메소드들

메소드 설명
__construct ( App\Services\Config\ConfigReaderInterface $reader, App\Services\Config\ConfigWriterInterface $writer ) : void Create a new repository instance.
all ( )
byId ( $id )
byPage ( $page = 1, $limi = 10 )
create ( array $data )
delete ( $id )
update ( array $data )

메소드 상세

__construct() 공개 메소드

Create a new repository instance.
public __construct ( App\Services\Config\ConfigReaderInterface $reader, App\Services\Config\ConfigWriterInterface $writer ) : void
$reader App\Services\Config\ConfigReaderInterface
$writer App\Services\Config\ConfigWriterInterface
리턴 void

all() 공개 메소드

public all ( )

byId() 공개 메소드

public byId ( $id )

byPage() 공개 메소드

public byPage ( $page = 1, $limi = 10 )

create() 공개 메소드

public create ( array $data )
$data array

delete() 공개 메소드

public delete ( $id )

update() 공개 메소드

public update ( array $data )
$data array

프로퍼티 상세

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

protected $reader

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

protected $writer