PHP Class Owl\Repositories\Fluent\UserMailNotificationRepository

Inheritance: extends AbstractFluent, implements Owl\Repositories\UserMailNotificationRepositoryInterface
Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$primary Primary key for table
$table Table name

Méthodes publiques

Méthode Description
getByUserId ( integer $userId ) : null Get data by user ID
getTableName ( )

Method Details

getByUserId() public méthode

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

getTableName() public méthode

public getTableName ( )

Property Details

$primary protected_oe property

Primary key for table
protected $primary

$table protected_oe property

Table name
protected $table