name: CompilesIncludes class_comment: null dependencies: [] properties: [] methods: - name: compileEach visibility: protected parameters: - name: expression comment: '# * Compile the each statements into valid PHP. # * # * @param string $expression # * @return string' - name: compileInclude visibility: protected parameters: - name: expression comment: '# * Compile the include statements into valid PHP. # * # * @param string $expression # * @return string' - name: compileIncludeIf visibility: protected parameters: - name: expression comment: '# * Compile the include-if statements into valid PHP. # * # * @param string $expression # * @return string' - name: compileIncludeWhen visibility: protected parameters: - name: expression comment: '# * Compile the include-when statements into valid PHP. # * # * @param string $expression # * @return string' - name: compileIncludeUnless visibility: protected parameters: - name: expression comment: '# * Compile the include-unless statements into valid PHP. # * # * @param string $expression # * @return string' - name: compileIncludeFirst visibility: protected parameters: - name: expression comment: '# * Compile the include-first statements into valid PHP. # * # * @param string $expression # * @return string' traits: [] interfaces: []