baseQuery() 보호된 정적인 메소드

protected static baseQuery ( integer $userId ) : ConversationQuery
$userId integer
리턴 ConversationQuery
예제 #1
0
 /**
  * @inheritDoc
  */
 protected static function baseQuery($userId)
 {
     return parent::baseQuery($userId)->with(['newMessages', 'contact.profile']);
 }