PHP Class PartKeepr\AuthBundle\Entity\UserProvider

Inheritance: extends PartKeepr\CoreBundle\Entity\BaseEntity
Show file Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( )
getType ( ) : string
isEditable ( ) : mixed
setEditable ( mixed $editable )
setType ( string $type )

Method Details

__construct() public method

public __construct ( )

getType() public method

public getType ( ) : string
return string

isEditable() public method

public isEditable ( ) : mixed
return mixed

setEditable() public method

public setEditable ( mixed $editable )
$editable mixed

setType() public method

public setType ( string $type )
$type string