

declare (strict_types=1);
namespace ElementorProDeps\DI;

use ElementorProDeps\DI\Definition\ArrayDefinitionExtension;
use ElementorProDeps\DI\Definition\EnvironmentVariableDefinition;
use ElementorProDeps\DI\Definition\Helper\AutowireDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\CreateDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\FactoryDefinitionHelper;
use ElementorProDeps\DI\Definition\Reference;
use ElementorProDeps\DI\Definition\StringDefinition;
use ElementorProDeps\DI\Definition\ValueDefinition;
if (!\function_exists('ElementorProDeps\\DI\\value')) {
    /**
     * Helper for defining a value.
     *
     * @param mixed $value
     */
    function value($value) : ValueDefinition
    {
        return new ValueDefinition($value);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\create')) {
    /**
     * Helper for defining an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function create(string $className = null) : CreateDefinitionHelper
    {
        return new CreateDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\autowire')) {
    /**
     * Helper for autowiring an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function autowire(string $className = null) : AutowireDefinitionHelper
    {
        return new AutowireDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\factory')) {
    /**
     * Helper for defining a container entry using a factory function/callable.
     *
     * @param callable $factory The factory is a callable that takes the container as parameter
     *                          and returns the value to register in the container.
     */
    function factory($factory) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($factory);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\decorate')) {
    /**
     * Decorate the previous definition using a callable.
     *
     * Example:
     *
     *     'foo' => decorate(function ($foo, $container) {
     *         return new CachedFoo($foo, $container->get('cache'));
     *     })
     *
     * @param callable $callable The callable takes the decorated object as first parameter and
     *                           the container as second.
     */
    function decorate($callable) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($callable, \true);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\get')) {
    /**
     * Helper for referencing another container entry in an object definition.
     */
    function get(string $entryName) : Reference
    {
        return new Reference($entryName);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\env')) {
    /**
     * Helper for referencing environment variables.
     *
     * @param string $variableName The name of the environment variable.
     * @param mixed $defaultValue The default value to be used if the environment variable is not defined.
     */
    function env(string $variableName, $defaultValue = null) : EnvironmentVariableDefinition
    {
        // Only mark as optional if the default value was *explicitly* provided.
        $isOptional = 2 === \func_num_args();
        return new EnvironmentVariableDefinition($variableName, $isOptional, $defaultValue);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\add')) {
    /**
     * Helper for extending another definition.
     *
     * Example:
     *
     *     'log.backends' => DI\add(DI\get('My\Custom\LogBackend'))
     *
     * or:
     *
     *     'log.backends' => DI\add([
     *         DI\get('My\Custom\LogBackend')
     *     ])
     *
     * @param mixed|array $values A value or an array of values to add to the array.
     *
     * @since 5.0
     */
    function add($values) : ArrayDefinitionExtension
    {
        if (!\is_array($values)) {
            $values = [$values];
        }
        return new ArrayDefinitionExtension($values);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\string')) {
    /**
     * Helper for concatenating strings.
     *
     * Example:
     *
     *     'log.filename' => DI\string('{app.path}/app.log')
     *
     * @param string $expression A string expression. Use the `{}` placeholders to reference other container entries.
     *
     * @since 5.0
     */
    function string(string $expression) : StringDefinition
    {
        return new StringDefinition($expression);
    }
}
{"id":20621,"date":"2025-10-24T07:19:06","date_gmt":"2025-10-24T07:19:06","guid":{"rendered":"https:\/\/kolbepezeshk.ir\/?p=20621"},"modified":"2025-10-24T07:58:47","modified_gmt":"2025-10-24T07:58:47","slug":"kaszino-jogi-ertelmezesek","status":"publish","type":"post","link":"https:\/\/kolbepezeshk.ir\/?p=20621","title":{"rendered":"Kaszin\u00f3 jogi \u00e9rtelmez\u00e9sek"},"content":{"rendered":"<p><h1>4 2021  X. 21. SZTFH rendelet a j\u00e1t\u00e9kkaszin\u00f3t, k\u00e1rtyatermet m\u0171k\u00f6dtet\u0151k, t\u00e1vszerencsej\u00e1t\u00e9knak nem min\u0151s\u00fcl\u0151 fogad\u00e1st, t\u00e1vszerencsej\u00e1t\u00e9kot \u00e9s online kaszin\u00f3j\u00e1t\u00e9kot szervez\u0151k r\u00e9sz\u00e9re a p\u00e9nzmos\u00e1s \u00e9s a terrorizmus finansz\u00edroz\u00e1sa megel\u0151z\u00e9s\u00e9r\u0151l \u00e9s megakad\u00e1lyoz\u00e1s\u00e1r\u00f3l sz\u00f3l\u00f3 2017. \u00e9vi LIII. t\u00f6rv\u00e9ny v\u00e9grehajt\u00e1s\u00e1nak, valamint az Eur\u00f3pai Uni\u00f3 \u00e9s az ENSZ Biztons\u00e1gi Tan\u00e1csa \u00e1ltal elrendelt p\u00e9nz\u00fcgyi \u00e9s vagyoni korl\u00e1toz\u00f3 int\u00e9zked\u00e9sek v\u00e9grehajt\u00e1s\u00e1r\u00f3l sz\u00f3l\u00f3 2017. \u00e9vi LII. t\u00f6rv\u00e9ny szerinti sz\u0171r\u0151rendszer kidolgoz\u00e1s\u00e1nak \u00e9s m\u0171k\u00f6dtet\u00e9se minimumk\u00f6vetelm\u00e9nyeinek r\u00e9szletes szab\u00e1lyair\u00f3l Hat\u00e1lyos Jogszab\u00e1lyok Gy\u0171jtem\u00e9nye<\/h1><\/p>\n","protected":false},"excerpt":{"rendered":"<p>4 2021 X. 21. SZTFH rendelet a j\u00e1t\u00e9kkaszin\u00f3t, k\u00e1rtyatermet m\u0171k\u00f6dtet\u0151k, t\u00e1vszerencsej\u00e1t\u00e9knak nem min\u0151s\u00fcl\u0151 fogad\u00e1st, t\u00e1vszerencsej\u00e1t\u00e9kot \u00e9s online kaszin\u00f3j\u00e1t\u00e9kot szervez\u0151k r\u00e9sz\u00e9re a p\u00e9nzmos\u00e1s \u00e9s a terrorizmus finansz\u00edroz\u00e1sa megel\u0151z\u00e9s\u00e9r\u0151l \u00e9s megakad\u00e1lyoz\u00e1s\u00e1r\u00f3l sz\u00f3l\u00f3 2017. \u00e9vi LIII. t\u00f6rv\u00e9ny v\u00e9grehajt\u00e1s\u00e1nak, valamint az Eur\u00f3pai Uni\u00f3 \u00e9s az ENSZ Biztons\u00e1gi Tan\u00e1csa \u00e1ltal elrendelt p\u00e9nz\u00fcgyi \u00e9s vagyoni korl\u00e1toz\u00f3 int\u00e9zked\u00e9sek v\u00e9grehajt\u00e1s\u00e1r\u00f3l sz\u00f3l\u00f3 2017. \u00e9vi [&hellip;]<\/p>\n","protected":false},"author":36,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[736],"tags":[],"class_list":["post-20621","post","type-post","status-publish","format-standard","hentry","category-eboc"],"_links":{"self":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/20621","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/users\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20621"}],"version-history":[{"count":1,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/20621\/revisions"}],"predecessor-version":[{"id":20622,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/20621\/revisions\/20622"}],"wp:attachment":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20621"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=20621"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=20621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}