name: CompilesAuthorizations
class_comment: null
dependencies: []
properties: []
methods:
- name: compileCan
  visibility: protected
  parameters:
  - name: expression
  comment: '# * Compile the can statements into valid PHP.

    # *

    # * @param  string  $expression

    # * @return string'
- name: compileCannot
  visibility: protected
  parameters:
  - name: expression
  comment: '# * Compile the cannot statements into valid PHP.

    # *

    # * @param  string  $expression

    # * @return string'
- name: compileCanany
  visibility: protected
  parameters:
  - name: expression
  comment: '# * Compile the canany statements into valid PHP.

    # *

    # * @param  string  $expression

    # * @return string'
- name: compileElsecan
  visibility: protected
  parameters:
  - name: expression
  comment: '# * Compile the else-can statements into valid PHP.

    # *

    # * @param  string  $expression

    # * @return string'
- name: compileElsecannot
  visibility: protected
  parameters:
  - name: expression
  comment: '# * Compile the else-cannot statements into valid PHP.

    # *

    # * @param  string  $expression

    # * @return string'
- name: compileElsecanany
  visibility: protected
  parameters:
  - name: expression
  comment: '# * Compile the else-canany statements into valid PHP.

    # *

    # * @param  string  $expression

    # * @return string'
- name: compileEndcan
  visibility: protected
  parameters: []
  comment: '# * Compile the end-can statements into valid PHP.

    # *

    # * @return string'
- name: compileEndcannot
  visibility: protected
  parameters: []
  comment: '# * Compile the end-cannot statements into valid PHP.

    # *

    # * @return string'
- name: compileEndcanany
  visibility: protected
  parameters: []
  comment: '# * Compile the end-canany statements into valid PHP.

    # *

    # * @return string'
traits: []
interfaces: []