39 lines
810 B
YAML
39 lines
810 B
YAML
name: StringUtil
|
|
class_comment: '# * @author Issei Murasawa <issei.m7@gmail.com>
|
|
|
|
# * @author Bernhard Schussek <bschussek@gmail.com>'
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: private
|
|
parameters: []
|
|
comment: '# * @author Issei Murasawa <issei.m7@gmail.com>
|
|
|
|
# * @author Bernhard Schussek <bschussek@gmail.com>
|
|
|
|
# */
|
|
|
|
# class StringUtil
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * This class should not be instantiated.'
|
|
- name: trim
|
|
visibility: public
|
|
parameters:
|
|
- name: string
|
|
comment: '# * Returns the trimmed data.'
|
|
- name: fqcnToBlockPrefix
|
|
visibility: public
|
|
parameters:
|
|
- name: fqcn
|
|
comment: '# * Converts a fully-qualified class name to a block prefix.
|
|
|
|
# *
|
|
|
|
# * @param string $fqcn The fully-qualified class name'
|
|
traits: []
|
|
interfaces: []
|