PHP Class Owl\Repositories\Fluent\UserMailNotificationRepository

Inheritance: extends AbstractFluent, implements Owl\Repositories\UserMailNotificationRepositoryInterface
Show file Open project: owl/owl

Protected Properties

Property Type Description
$primary Primary key for table
$table Table name

Public Methods

Method Description
getByUserId ( integer $userId ) : null Get data by user ID
getTableName ( )

Method Details

getByUserId() public method

Get data by user ID
public getByUserId ( integer $userId ) : null
$userId integer
return null | \stdclass

getTableName() public method

public getTableName ( )

Property Details

$primary protected property

Primary key for table
protected $primary

$table protected property

Table name
protected $table