메소드 | 설명 | |
---|---|---|
__construct ( Symfony\Component\Finder\SplFileInfo $file = null, $filePath = null, $type = self::TYPE_UNKNOWN ) | ||
__toString ( ) | ||
addMetadatas ( array $metadatas ) | ||
getBody ( ) | ||
getBodyDecorated ( ) | ||
getFile ( ) | ||
getFilePath ( ) | ||
getLayout ( ) | ||
getMetadata ( $key, $default = null ) | ||
getMetadatas ( ) | ||
getNavigations ( ) | ||
getPath ( ) | ||
getRootPath ( ) | ||
getTags ( ) | ||
getTitle ( ) | ||
getToc ( ) | ||
getType ( ) | ||
getVar ( $key, $default = null ) | ||
getVars ( ) | ||
isPublished ( ) | ||
isTypeApi ( ) | ||
isTypePage ( ) | ||
isTypePost ( ) | ||
setBody ( $body ) | ||
setBodyDecorated ( $bodyDecorated ) | ||
setFilePath ( $filePath ) | ||
setLayout ( $layout ) | ||
setMetadata ( $key, $value ) | ||
setNavigations ( $navigations ) | ||
setPath ( $path ) | ||
setPublished ( $published ) | ||
setTags ( $tags ) | ||
setTitle ( $title ) | ||
setToc ( $toc ) | ||
setVar ( $key, $value ) | ||
setVars ( $vars ) |
public __construct ( Symfony\Component\Finder\SplFileInfo $file = null, $filePath = null, $type = self::TYPE_UNKNOWN ) | ||
$file | Symfony\Component\Finder\SplFileInfo |