Topics

Function ipUser()

ipUser — Get user login manipulation object. Eg.

Description:

Construct\User ipUser ( )

Get user login manipulation object. Eg. ipUser()->loggedIn(); //check if user is logged in ipUser()->userId(); //get logged in user id ipUser()->data(); //get all user related data. All plugins can contribute their input and add values to this array by catching ipUserData filter.

Package: Construct

Return values:

Construct\User
comments powered by Disqus