Resources/config/services.yml
author ymh <ymh.work@gmail.com>
Wed, 14 Dec 2011 23:53:37 +0100
changeset 64 caeb4c8b5487
parent 57 186c4121c7b3
child 74 901463f9b11c
permissions -rwxr-xr-x
merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
parameters:
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
#    wiki_tag.example.class: IRI\Bundle\WikiTagBundle\Example
17
81962874e172 First implementation of dynamic fields
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     3
    wiki_tag.document_listener.class: IRI\Bundle\WikiTagBundle\Listener\DocumentListener
23
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
     4
    wiki_tag.wiki_tag_document_listener.class: IRI\Bundle\WikiTagBundle\Listener\WikiTagDocumentListener
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
     5
    wiki_tag.shema_utils.class: IRI\Bundle\WikiTagBundle\Utils\SchemaUtils
57
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
     6
    wiki_tag.search_service_class: IRI\Bundle\WikiTagBundle\Services\SearchService
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
     7
    wiki_tag.document_service_class: IRI\Bundle\WikiTagBundle\Services\DocumentService
23
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
     8
1
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
services:
23
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    11
3
976d922e52f0 link document lifecycle
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    12
    wiki_tag.document_listener:
976d922e52f0 link document lifecycle
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    13
        class: %wiki_tag.document_listener.class%
976d922e52f0 link document lifecycle
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    14
        arguments: [@service_container]
976d922e52f0 link document lifecycle
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    15
        tags:
976d922e52f0 link document lifecycle
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    16
            - { name: doctrine.event_subscriber, connection: default }
17
81962874e172 First implementation of dynamic fields
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
    17
23
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    18
    wiki_tag.wiki_tag_document_listener:
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    19
        class: %wiki_tag.wiki_tag_document_listener.class%
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    20
        arguments: [@service_container]
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    21
        tags:
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    22
            - { name: doctrine.event_subscriber, connection: default }
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    23
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    24
    wiki_tag.shema_utils:
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    25
        class: %wiki_tag.shema_utils.class%
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    26
        arguments: [@service_container]
24
cd389bf882f1 Some small corrections
ymh <ymh.work@gmail.com>
parents: 23
diff changeset
    27
        
cd389bf882f1 Some small corrections
ymh <ymh.work@gmail.com>
parents: 23
diff changeset
    28
    wiki_tag.search:
57
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
    29
        class: %wiki_tag.search_service_class%
24
cd389bf882f1 Some small corrections
ymh <ymh.work@gmail.com>
parents: 23
diff changeset
    30
        arguments: [@service_container]
23
b435f8055cb4 improve dynamic docs. create and lad class dynamically
ymh <ymh.work@gmail.com>
parents: 17
diff changeset
    31
57
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
    32
    wiki_tag.document:
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
    33
        class: %wiki_tag.document_service_class%
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
    34
        arguments: [@service_container]
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
    35
186c4121c7b3 add service tp copy tag from one document to another
ymh <ymh.work@gmail.com>
parents: 24
diff changeset
    36
1
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
#    wiki_tag.example:
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
#        class: %wiki_tag.example.class%
06a22ff5d58d first commit forminimal bundle structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
#        arguments: [@service_id, "plain_value", %parameter%]