PHP Class Jarves\EditMode

Afficher le fichier Open project: jarves/jarves Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( PageStack $pageStack, Symfony\Component\HttpFoundation\RequestStack $requestStack, Jarves $jarves, ACL $acl )
isEditMode ( integer | null $nodeId = null ) : boolean
registerEditor ( )

Method Details

__construct() public méthode

public __construct ( PageStack $pageStack, Symfony\Component\HttpFoundation\RequestStack $requestStack, Jarves $jarves, ACL $acl )
$pageStack PageStack
$requestStack Symfony\Component\HttpFoundation\RequestStack
$jarves Jarves
$acl ACL

isEditMode() public méthode

public isEditMode ( integer | null $nodeId = null ) : boolean
$nodeId integer | null
Résultat boolean

registerEditor() public méthode

See also: AdminAssets::registerEditor
public registerEditor ( )