PHP 클래스 Thunder\Shortcode\Handler\SerializerHandler

저자: Tomasz Kowalczyk ([email protected])
파일 보기 프로젝트 열기: thunderer/shortcode

공개 메소드들

메소드 설명
__construct ( Thunder\Shortcode\Serializer\SerializerInterface $serializer )
__invoke ( Thunder\Shortcode\Shortcode\ShortcodeInterface $shortcode ) : string [text arg=val /] [text arg=val]content[/text] [json arg=val /] [json arg=val]content[/json] [xml arg=val /] [xml arg=val]content[/xml] [yaml arg=val /] [yaml arg=val]content[/yaml]

메소드 상세

__construct() 공개 메소드

public __construct ( Thunder\Shortcode\Serializer\SerializerInterface $serializer )
$serializer Thunder\Shortcode\Serializer\SerializerInterface

__invoke() 공개 메소드

[text arg=val /] [text arg=val]content[/text] [json arg=val /] [json arg=val]content[/json] [xml arg=val /] [xml arg=val]content[/xml] [yaml arg=val /] [yaml arg=val]content[/yaml]
public __invoke ( Thunder\Shortcode\Shortcode\ShortcodeInterface $shortcode ) : string
$shortcode Thunder\Shortcode\Shortcode\ShortcodeInterface
리턴 string