메소드 |
설명 |
|
deleteCollectionInstances ( array $collectionInstanceIds ) |
deletes all collection_instances with ids |
|
deleteCollections ( array $collectionIds ) |
deletes all collections with ids |
|
deleteFields ( array $fieldIds ) |
deletes all fields with ids |
|
fakeAPageRender ( string $view ) |
takea view name, finds a route that uses the view
runds databuilder, and renders the view as if it were being returned in a route |
|
getActiveKeys ( ) |
takea view name, finds a route that uses the view
runds databuilder, and renders the view as if it were being returned in a route |
|
getAllLivePageVersionIds ( string $view ) |
query to get all live page version ids |
|
getIdsToDelete ( string $view, array $keys, integer $liveVersionId ) |
builds an array of ids that need to be deleted |
|
keySearch ( array &$keys, array $data ) |
recursively loops through data to find keys that equal "key" and adds those to the $keys array |
|