PHP 클래스 Clockwork\DataSource\SwiftDataSource

상속: extends DataSource
파일 보기 프로젝트 열기: itsgoingd/clockwork

보호된 프로퍼티들

프로퍼티 타입 설명
$timeline Timeline data structure

공개 메소드들

메소드 설명
__construct ( Swift_Mailer $swift ) Create a new data source, takes Swift_Mailer instance as an argument
resolve ( Request $request ) Adds email data to the request

메소드 상세

__construct() 공개 메소드

Create a new data source, takes Swift_Mailer instance as an argument
public __construct ( Swift_Mailer $swift )
$swift Swift_Mailer

resolve() 공개 메소드

Adds email data to the request
public resolve ( Request $request )
$request Clockwork\Request\Request

프로퍼티 상세

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

Timeline data structure
protected $timeline