Guest User

Untitled

a guest
Nov 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. 例えば引数にUserテーブルのデータ型を指定したいとき以下のように指定する
  2.  
  3. ~~~
  4. use App\Model\Entity\User;
  5. ~~~
  6.  
  7. ~~~
  8. public function hoge(User $user)
  9. {
  10. //
  11. }
  12. ~~~
Add Comment
Please, Sign In to add comment