AMP_Content::__construct PHP Метод

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

public __construct ( $content, $embed_handler_classes, $sanitizer_classes, $args = [] )
    public function __construct($content, $embed_handler_classes, $sanitizer_classes, $args = array())
    {
        $this->content = $content;
        $this->args = $args;
        $this->embed_handler_classes = $embed_handler_classes;
        $this->sanitizer_classes = $sanitizer_classes;
        $this->transform();
    }