Class Typehint Status

Below, is a summary of all classes and their parameters's typehinting status. .

  Method Argument Typehint Default
class DummySysPlugin
  Method Argument Typehint Default
 __construct  
 apiVersion int 
 events array 
 filters array 
 middlewares array 
 twigFilters array 
 twigFunctions array 
 twigTests array 
 renderSegment  
 renderContent  
 renderLayout  
 onContentRendered  
 onLayoutRendered  
 onPluginsAttached  
 onResponseEmitted  
 onResponseGenerated  
 onTwigInitialized  
 dummyMiddleware ResponseInterface 
 twigDummyFilter  
 twigDummyFunction  
 twigDummyTest  
class ImagineSysPlugin
  Method Argument Typehint Default
 __construct  
 twigFilters array 
 twigFunctions array 
 imagineFunction string 
 getTransparentOnePixelSrc  
 imagineFilter Markup 
 sanatizeFilterName  
 getImageSize array 
 applyFilter string 
 resolveCachePath  
 applyResizeFilter  
 applyThumbnailFilter  
 applyCropFilter  
 applyGrayscaleFilter  
 applyNegativeFilter  
 applySharpenFilter  
 applyBlurFilter  
 applyGammaFilter  
 applyColorizeFilter  
 applyRotateFilter  
 applyFlipHorizontallyFilter  
 applyFlipVerticallyFilter  
 applyUpscaleFilter  
 applyRelativeResizeFilter  
 buildHtmlAttributes  
class MarkdownSysPlugin
  Method Argument Typehint Default
 __construct  
 filters array 
 twigFilters array 
 twigFunctions array 
 renderSegment  
 parseMarkdown string 
 createParser  
class TextileSysPlugin
  Method Argument Typehint Default
 __construct  
 filters array 
 twigFilters array 
 twigFunctions array 
 renderSegment  
 parseTextile string 
class AbstractNode
  Method Argument Typehint Default
 __construct  
 getIterator \ArrayIterator 
 setValue  
 getValue  
 isRoot bool 
 setParent void 
 getParent AbstractNode 
 hasParent bool 
 addChild void 
 hasChildren bool 
 getChildren array 
 root AbstractNode 
class Alias
  Method Argument Typehint Default
 __construct  
 set void 
 get string 
 update void 
 rtrim string 
class Application
  Method Argument Typehint Default
 __construct  
 init  
 initContainer Container 
 run  
 emitResponse void 
 addMiddleware Application 
 setLogger Application 
 setCache  
 addTwigFilter Application 
 addTwigFunction Application 
 attachFilter  
 attachListener  
 addTwigTest Application 
 getPluginManager  
 getTranslator  
 getTwigRenderer  
 getMiddlewareDispatcher  
 getServerRequest  
 getEventManager  
class Assets
  Method Argument Typehint Default
 __construct  
 addCss void 
 addJs void 
 outputCss string 
 outputJs string 
 addAsset void 
 sort void 
 collect array 
 search  
 publish void 
 buildUrl string 
 removeAlias string 
class CallableMiddleware
  Method Argument Typehint Default
 __construct  
 process ResponseInterface 
class Config
  Method Argument Typehint Default
 __construct  
 get  
 getAsArray array 
 getAsBool bool 
 getAsFloat float 
 getAsInt int 
 getAsString string 
 getAsConfig Config 
 check bool 
 toArray array 
class Container
  Method Argument Typehint Default
 get  
 has bool 
 set void 
 offsetExists bool 
 offsetGet  
 offsetSet void 
 offsetUnset void 
interface DataRepositoryInterface
  Method Argument Typehint Default
 __construct  
 load array 
 loadAll array 
class DownloadMiddleware
  Method Argument Typehint Default
 __construct  
 process ResponseInterface 
 isDownloadRequest  
 getFilePath  
 determineContentType  
class Environment
  Method Argument Typehint Default
 getRoute string 
 getRouteParts array 
 getRouteLine array 
 getAction string 
 getRawRoute array 
 getBasePath string 
 getBaseUrl string 
 getPathInfo string 
 getRequestUri string 
 detectRequestUri string 
 detectBaseUrl string 
 detectBasePath string 
 preparePathInfo string 
 getScriptName string 
 getServer string|? 
class ErrorHandlerMiddleware
  Method Argument Typehint Default
 __construct  
 process ResponseInterface 
 createErrorHandler callable 
class Event
  Method Argument Typehint Default
 __construct  
 getName string 
 getTarget  
 setParams void 
 getParams array 
 getParam  
 setName void 
 setTarget void 
 setParam void 
 stopPropagation void 
 propagationIsStopped bool 
interface EventInterface
  Method Argument Typehint Default
 getName string 
 getTarget  
 getParams array 
 getParam  
 setName void 
 setTarget void 
 setParams void 
 setParam void 
 stopPropagation void 
 propagationIsStopped bool 
class EventManager
  Method Argument Typehint Default
 __construct  
 attach callable 
 trigger void 
 triggerListeners void 
class FatalErrorHandler
  Method Argument Typehint Default
 __invoke void 
 isFatalError bool 
class FileInfo
  Method Argument Typehint Default
 __construct  
 getRelativePath string 
 getRelativePathname string 
 isDot bool 
 getContents string 
class FileInfoFilterCallback
  Method Argument Typehint Default
 __construct  
 __invoke bool 
class FileInfoSortableIterator
  Method Argument Typehint Default
 __construct  
 getIterator \ArrayIterator 
class FilterChain
  Method Argument Typehint Default
 __construct  
 attach callable 
 detach void 
 run  
 getFilters FilterIterator 
 rewind  
class FilterChainManager
  Method Argument Typehint Default
 attach  
 execute  
 getFilters  
 getDefaultFilter  
interface FilterInterface
  Method Argument Typehint Default
 next  
class FilterIterator
  Method Argument Typehint Default
 insert  
 remove  
 next  
 current  
 key  
 valid  
 rewind  
 count  
class FlatfilePagePersistence
  Method Argument Typehint Default
 __construct  
 findById array 
 findAll array 
 readFile array 
 readFrontMatter array 
 parseFileContent array 
 readFileContent string 
 getRouteToIdMapping array 
 createRoute string 
class FlatfilePageRepository
  Method Argument Typehint Default
 __construct  
 find ?Page 
 findAll PageList 
 save bool 
 delete bool 
 createPage Page 
class HttpBasicAuthMiddleware
  Method Argument Typehint Default
 __construct  
 process ResponseInterface 
 login  
 parseHeader  
class HttpException
  Method Argument Typehint Default
 notFound HttpException 
 fileNotFound HttpException 
 methodNotAllowed HttpException 
 badRequest HttpException 
class JsonDataRepository
  Method Argument Typehint Default
 __construct  
 load array 
 loadAll array 
 scanDataDir array 
 parseDataFile array 
class MiddlewareDispatcher
  Method Argument Typehint Default
 __construct  
 dispatch ResponseInterface 
 handle ResponseInterface 
 getMiddleware MiddlewareInterface 
 composeMiddlewares array 
class NullCache
  Method Argument Typehint Default
 get  
 set  
 delete  
 clear  
 getMultiple  
 setMultiple  
 deleteMultiple  
 has  
class NullLogger
  Method Argument Typehint Default
 log void 
class Page
  Method Argument Typehint Default
 getId string 
 setId void 
 getParent string 
 setParent void 
 getSegments array 
 getSegment string 
 setSegments void 
 setData void 
 getDefaultBlocksPath string 
class PageFactory
  Method Argument Typehint Default
 newPage Page 
 newPageItem  
 newPageList  
 newPageTree PageTree 
 newPageTrail PageTrail 
class PageItem
  Method Argument Typehint Default
 offsetExists bool 
 offsetGet  
 offsetSet void 
 offsetUnset void 
trait PageItemTrait
  Method Argument Typehint Default
 __construct  
 getTitle string 
 setTitle void 
 getType string 
 setType void 
 getLayout string 
 setLayout void 
 getMenu string 
 setMenu void 
 getRedirect array 
 setRedirect void 
 getRoute string 
 setRoute void 
 getParentRoute string 
 getPath string 
 setPath void 
 getFormat string 
 setFormat void 
 getDate string 
 setDate void 
 getMenuTitle string 
 getAuthor string 
 getAuthors array 
 getCategory string 
 getCategories array 
 getTags array 
 getTag string 
 setCategories void 
 setCategory void 
 setTags void 
 setTag void 
 setAuthors void 
 setAuthor void 
 hasAuthor bool 
 hasCategory bool 
 hasTag bool 
 setModified void 
 getModified string 
 getTwig int 
 setTwig void 
 getKeepExtension int 
 setKeepExtension void 
 getContentType string 
 setContentType void 
 getCached int 
 setCached void 
 getHidden int 
 setHidden void 
 getExcerpt string 
 setExcerpt void 
 setData void 
 isStartPage bool 
 routeEquals bool 
 routeInPageTrail bool 
 isStaticPage bool 
 __get  
 __isset bool 
 __set void 
 __toString string 
 toArray array 
 slugify string 
 setSlugGenerator  
class PageList
  Method Argument Typehint Default
 __construct  
 addItem void 
 getItems array 
 getItem PageItem|? 
 getIterator \ArrayIterator 
 count int 
 getRandom PageItem 
 find ?PageItem 
 filter PageList 
 shuffle PageList 
 flatten array 
 sort PageList 
 getAuthors array 
 getCategories array 
 getRecent array 
 getTags array 
 getYears array 
 getMonths array 
 filterItems PageList 
 createTaxonomyFor array 
 getPageTree PageTree 
 getPageTrail PageTrail 
interface PagePersistenceInterface
  Method Argument Typehint Default
 findById array 
 findAll array 
class PageRendererMiddleware
  Method Argument Typehint Default
 __construct  
 process ResponseInterface 
 renderPage ResponseInterface 
 createRedirectResponse  
interface PageRepositoryInterface
  Method Argument Typehint Default
 find Page|? 
 findAll PageList 
 save bool 
 delete bool 
class PageResolverMiddleware
  Method Argument Typehint Default
 __construct  
 process ResponseInterface 
class PageTrail
  Method Argument Typehint Default
 __construct  
 getIterator \ArrayIterator 
 count int 
class PageTree
  Method Argument Typehint Default
 __toString string 
 getMenuItem  
 findByRoute  
 findBy  
class PageTreeFilterCallback
  Method Argument Typehint Default
 __construct  
 __invoke int 
class PageTreeFilterIterator
  Method Argument Typehint Default
 accept bool 
 setEnabled void 
class PageTreeHtmlRenderer
  Method Argument Typehint Default
 __construct  
 setClass void 
 setTemplate void 
 beginIteration void 
 endIteration void 
 beginChildren void 
 endChildren void 
 render string 
 getTemplate string 
 addCssClasses string 
class PageTreeIterator
  Method Argument Typehint Default
 __construct  
 getChildren  
 hasChildren bool 
 current PageTree 
 key int 
 next void 
 rewind void 
 valid bool 
 getMenuItem PageItem 
class PageTreeTextRenderer
  Method Argument Typehint Default
 __construct  
 render string 
class Pagination
  Method Argument Typehint Default
 __construct  
 getPage int 
 getLimit int 
 setLimit void 
 getIterator \ArrayIterator 
 count int 
 hasNextPage bool 
 getNextPage int 
 hasPrevPage bool 
 getPrevPage int 
class Plugin
  Method Argument Typehint Default
 apiVersion int 
 events array 
 filters array 
 middlewares array 
 twigFilters array 
 twigFunctions array 
 twigTests array 
interface PluginInterface
  Method Argument Typehint Default
 apiVersion int 
 events array 
 filters array 
 middlewares array 
 twigFilters array 
 twigFunctions array 
 twigTests array 
class PluginManager
  Method Argument Typehint Default
 __construct  
 init void 
 loadPlugin void 
 getLoadedPlugins array 
 getMiddlewares array 
 getPluginPaths array 
 attachFilter void 
 attachListener void 
 addTwigFilter callable 
 addTwigFunction callable 
 addTwigTest callable 
class RecursiveDirectoryIterator
  Method Argument Typehint Default
 current FileInfo 
class RenderLayoutFilter
  Method Argument Typehint Default
 __construct  
 __invoke ?string 
class RenderSegmentFilter
  Method Argument Typehint Default
 __construct  
 __invoke string|? 
class ResponseTimeMiddleware
  Method Argument Typehint Default
 process ResponseInterface 
class Selector
  Method Argument Typehint Default
 __construct  
 find  
 extractSort  
 extractLimit  
 get  
 matchEqual  
 matchNotEqual  
 matchGreaterThan  
 matchLessThan  
 matchGreaterThanEqual  
 matchLessThanEqual  
 matchBitwiseAnd  
 matchContains  
 matchContainsWords  
 matchStarts  
 matchEnds  
 getSelector  
 sort  
 mergeSelectors  
class Site
  Method Argument Typehint Default
 __construct  
 getTime string 
 getData array 
 getPageList PageList 
 getPageTree PageTree 
 getPageTrail PageTrail 
 getModified string 
 getLanguage string 
 getLocale string 
 getCharset string 
class SystemException
  Method Argument Typehint Default
 classNotExist SystemException 
 methodNotExist SystemException 
 includeFileNotExist SystemException 
 directoryNotExist SystemException 
 directoryNotWritable SystemException 
 directoryNotReadable SystemException 
 fileNotExist SystemException 
 pluginNotExist SystemException 
 serverError SystemException 
class Translator
  Method Argument Typehint Default
 __construct  
 init void 
 t string 
 translate string 
 loadMessages void 
 addPath void 
class TwigCoreExtension
  Method Argument Typehint Default
 __construct  
 setTwigRenderer void 
 getFilters array 
 getFunctions array 
 getTests array 
 buildHtmlAttributes string 
 filterFilesize string 
 filterFilter array 
 filterSlugify string 
 filterStrftime string 
 filterVisible PageTreeFilterIterator 
 functionAddCss void 
 functionAddJs void 
 functionFileLink string 
 functionMailLink string 
 functionOutputCss string 
 functionOutputJs string 
 functionImage string 
 functionPageLink string 
 functionTranslate string 
 functionUrl string 
 functionFile string 
 getFileInfo string 
 testIsReadable bool 
 testIsWritable bool 
class TwigPlusExtension
  Method Argument Typehint Default
 __construct  
 getFunctions array 
 setTwigRenderer void 
 functionAsciiTree string 
 functionBodyClass string 
 functionBreadcrumb string 
 functionListing string 
 functionMenu string 
 functionPageTaxonomies string 
 functionPager string 
 functionPagesFiltered string 
 functionPagesRecent string 
 functionPagetitle string 
 functionSitemap string 
 functionSnippet string 
 functionTaxonomyArchive string 
 functionTaxonomyAuthors string 
 functionTaxonomyCategories string 
 functionTaxonomyTags string 
class TwigRenderer
  Method Argument Typehint Default
 __construct  
 init void 
 renderString string 
 renderTemplate string 
 getContext array 
 addFunction void 
 addFilter void 
 addTest void 
 addTwigPlugins void 
 getTwigFilesystemLoader ChainLoader 
 includePhpFile  
 globPhpFiles array 
 isInitialized bool 
class TwigStringLoader
  Method Argument Typehint Default
 getSourceContext Source 
 exists bool 
 getCacheKey string 
 isFresh bool 
 isLayoutTemplate bool 
class UncaughtExceptionHandler
  Method Argument Typehint Default
 __invoke void 
class UrlGenerator
  Method Argument Typehint Default
 __construct  
 generate string 
 generateAbsolute string 
 filterUrl string 
class UrlMatcher
  Method Argument Typehint Default
 __construct  
 match array 
 matchRules ?array 
 getRegex ?string 
class Yaml
  Method Argument Typehint Default
 parse array 
 parseFile array 
 dump string 
class YamlDataRepository
  Method Argument Typehint Default
 __construct  
 load array 
 loadAll array 
 scanDataDir array 
 parseDataFile array