Neos\Flow\Session\SessionManagerInterface::getSessionsByTag PHP Метод

getSessionsByTag() публичный Метод

Returns all sessions which are tagged by the specified tag.
public getSessionsByTag ( string $tag ) : array
$tag string A valid Cache Frontend tag
Результат array A collection of Session objects or an empty array if tag did not match
    public function getSessionsByTag($tag);