VersionPress\Actions\ActionsInfo::__construct PHP Method

__construct() public method

public __construct ( $scope, $actions, $tags = [], $parentIdTag = null )
    public function __construct($scope, $actions, $tags = [], $parentIdTag = null)
    {
        $this->scope = $scope;
        $this->actions = $actions;
        $this->tags = $tags;
        $this->parentIdTag = $parentIdTag;
    }