Owl\Services\ReminderService::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Owl\Repositories\ReminderTokenRepositoryInterface $reminderTokenRepo )
$reminderTokenRepo Owl\Repositories\ReminderTokenRepositoryInterface
    public function __construct(ReminderTokenRepositoryInterface $reminderTokenRepo)
    {
        $this->reminderTokenRepo = $reminderTokenRepo;
    }