eZ\Publish\Core\Persistence\Legacy\Content\Type\MemoryCachingHandler::publish PHP Метод

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

Updates content objects, depending on the changed field definitions. A content type has a state which tells if its content objects yet have been adapted. Flags the content type as updated.
public publish ( mixed $contentTypeId )
$contentTypeId mixed
    public function publish($contentTypeId)
    {
        $this->clearCache();
        return $this->innerHandler->publish($contentTypeId);
    }