PHP Class Neos\Neos\Ui\Domain\Model\FeedbackCollection

Inheritance: implements JsonSerializable
Afficher le fichier Open project: neos/neos-ui Class Usage Examples

Protected Properties

Свойство Type Description
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
$feedbacks array

Méthodes publiques

Méthode Description
add ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : void Add feedback
jsonSerialize ( ) : array Serialize collection to json_encodeable array
setControllerContext ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : void Set the controller context

Method Details

add() public méthode

Add feedback
public add ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : void
$feedback Neos\Neos\Ui\Domain\Model\FeedbackInterface
Résultat void

jsonSerialize() public méthode

Serialize collection to json_encodeable array
public jsonSerialize ( ) : array
Résultat array

setControllerContext() public méthode

Set the controller context
public setControllerContext ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : void
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
Résultat void

Property Details

$controllerContext protected_oe property

protected ControllerContext,TYPO3\Flow\Mvc\Controller $controllerContext
Résultat TYPO3\Flow\Mvc\Controller\ControllerContext

$feedbacks protected_oe property

protected array $feedbacks
Résultat array